Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Xcode 8.0 and latest sdk. crashing iOS 8.4 #99

Open
yomanx opened this issue Oct 4, 2016 · 5 comments
Open

Xcode 8.0 and latest sdk. crashing iOS 8.4 #99

yomanx opened this issue Oct 4, 2016 · 5 comments

Comments

@yomanx
Copy link

yomanx commented Oct 4, 2016

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
Copy link
Owner

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
Copy link
Author

yomanx commented Oct 4, 2016

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
Copy link
Owner

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

@yomanx
Copy link
Author

yomanx commented Oct 4, 2016

1
2

@yomanx
Copy link
Author

yomanx commented Oct 15, 2016

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants