fixes iphone5 deployment: when you connect an iphone5, xcode said that the active architecture is armv7s. We compile only for armv7. armv7s is not in our valid architecture list, and we would need to change the toolchain too for that.
This commit is contained in:
parent
c8b8e2c67f
commit
d56d94f74e
1 changed files with 1 additions and 0 deletions
|
@ -282,6 +282,7 @@
|
|||
"$(inherited)",
|
||||
"\"$(PROJECT_DIR)/../build/lib\"",
|
||||
);
|
||||
ONLY_ACTIVE_ARCH = NO;
|
||||
OTHER_LDFLAGS = "-all_load";
|
||||
PRODUCT_NAME = ##APPNAME##;
|
||||
PROVISIONING_PROFILE = "";
|
||||
|
|
Loading…
Reference in a new issue