nitc: add ONLY_ACTIVE_ARCH to the xcodebuild invokation
authorAlexis Laferrière <alexis.laf@xymus.net>
Tue, 25 Aug 2015 15:53:43 +0000 (11:53 -0400)
committerAlexis Laferrière <alexis.laf@xymus.net>
Thu, 27 Aug 2015 17:39:25 +0000 (13:39 -0400)
Signed-off-by: Alexis Laferrière <alexis.laf@xymus.net>

src/platform/ios.nit

index 9972ea6..7ba038b 100644 (file)
@@ -110,6 +110,7 @@ private class IOSToolchain
                        "xcodebuild -target '{project_name}' " +
                        "-destination 'platform=iOS Simulator,name=iPhone' " +
                        "-configuration {if release then "Release" else "Debug"} " +
+                        "ONLY_ACTIVE_ARCH=NO "+
                        "-sdk iphonesimulator build"]
                toolcontext.exec_and_check(args, "iOS project error")