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:
Mathieu Virbel 2013-02-12 04:12:34 +01:00
parent c8b8e2c67f
commit d56d94f74e

View file

@ -282,6 +282,7 @@
"$(inherited)",
"\"$(PROJECT_DIR)/../build/lib\"",
);
ONLY_ACTIVE_ARCH = NO;
OTHER_LDFLAGS = "-all_load";
PRODUCT_NAME = ##APPNAME##;
PROVISIONING_PROFILE = "";