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

Crash in Xcode SDK 11 #103

Open
yomanx opened this issue Sep 22, 2017 · 4 comments
Open

Crash in Xcode SDK 11 #103

yomanx opened this issue Sep 22, 2017 · 4 comments

Comments

@yomanx
Copy link

yomanx commented Sep 22, 2017

Hi friends,

Crash found, when i try to build project to the AppStore without connecting the device, i get this crash:

2017-09-22 16 54 49

But when i try to build on my device - all is ok

@teresapv
Copy link

teresapv commented Nov 10, 2017

Hi!! I have the same problem, can you fix it? We have been trying to fix it for more than a week :(

Undefined symbols for architecture armv7:
  "_OBJC_CLASS_$_OALSimpleAudio", referenced from:
      objc-class-ref in libcocos2d.a(CCActionInstant.o)
      objc-class-ref in libcocos2d.a(CCAppDelegate.o)
ld: symbol(s) not found for architecture armv7
clang: error: linker command failed with exit code 1 (use -v to see invocation)

@smuriana
Copy link

+1
I have the same problem when I try to build project to the AppStore, also I have the same issue with build for old iPad but work correctly in iPhone and new iPad (model MD791TY/A)

@streem-ua
Copy link

Hello! Does someone solved that issue? @yomanx @smuriana @teresapv

@streem-ua
Copy link

Ok, maybe for someone it will be helpful. In xcode 9+ apple team removed support of armv7(old devices like iphone 4\4s, some ipads etc.) for Base SDK 11.0+
So if you want OALSimpleAudio to compile properly for armv7 you have 2 ways:

  1. Downgrade to xcode 8 with base sdk < 11.0
  2. Install manually base sdk < 11.0 in xcode 9

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

4 participants