kstenerud / ObjectAL-for-iPhone

Mac and iOS Audio development, minus the headache. ObjectAL is the easy Objective-C interface to OpenAL, AVAudioPlayer, and audio session management.
http://kstenerud.github.com/ObjectAL-for-iPhone
886 stars 171 forks source link

Xcode 8.0 and latest sdk. crashing iOS 8.4 #99

Open yomanx opened 7 years ago

yomanx commented 7 years ago

Hello,

i have crash since new sdk installed.

how to fix this crash? http://forum.cocos2d-objc.org/uploads/default/8931/8c0a8ac97f27fe86.png

iPad 4, iOS 8.4, build sdk latest. (on simulator i have crash too)

kstenerud commented 7 years ago

It looks like ZBSoundManager is trying to call something that's being lazily loaded by the dynamic linker. You'll need to look inside frame 4 to see what it was calling.

Make sure your dependent frameworks and libraries are properly linked in.

yomanx commented 7 years ago

Thread 4 you mean? 2016-10-04 22 37 38

crashed in this line [channel clearUnusedBuffers]; 2016-10-04 22 38 46

buged since new xcode installed, nothing changed. ps iOS 10 - works good.

kstenerud commented 7 years ago

No, frame 4 of thread 1. Inside [ZBSoundManager stopPlaying]

yomanx commented 7 years ago

1 2

yomanx commented 7 years ago

hi again, will you fix it? or we should to find solution by our power)