SwiftAudioPlayer: ‼️ Crash on iOS 16 for 100% users – signal SIGABRT

#11	0x000000010066a680 in AudioParser.determineIfMoreDataNeedsToBeParsed(index:) at AudioParser.swift:218


stella(637,0x1701eb000) malloc: Heap corruption detected, free list is damaged at 0x281eb6080
*** Incorrect guard value: 0
stella(637,0x1701eb000) malloc: *** set a breakpoint in malloc_error_break to debug
stella(637,0x1701eb000) malloc: Heap corruption detected, free list is damaged at 0x281eb6080
*** Incorrect guard value: 0
(lldb) 

About this issue

  • Original URL
  • State: open
  • Created 2 years ago
  • Reactions: 8
  • Comments: 22 (4 by maintainers)

Most upvoted comments

pod ‘SwiftAudioPlayer’ , :git => ‘https://github.com/Kuama-IT/SwiftAudioPlayer.git’, :branch => ‘fix-ios-16-crash’

solve the problem

pod ‘SwiftAudioPlayer’ , :git => ‘https://github.com/Kuama-IT/SwiftAudioPlayer.git’, :branch => ‘fix-ios-16-crash’

solve the problem

Thanks working now

Will this ever be fixed? 🙏🏼

@snowtema Have you solved it? 😂

Yes @jiangdi0924, I switched to ModernAVPlayer, which works fine 😂