From 61c9faaf99d5af938e9264d439ed1340db089ed1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Minh=20Nguye=CC=82=CC=83n?= Date: Fri, 15 Apr 2016 14:28:36 -0700 Subject: [ios] Build for 64-bit simulator --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index afcf99c4c1..ec2b3e0bf4 100644 --- a/Makefile +++ b/Makefile @@ -47,7 +47,7 @@ $(IOS_PROJ_PATH): platform/ios/platform.gyp platform/ios/scripts/configure.sh mb ios: $(IOS_PROJ_PATH) set -o pipefail && xcodebuild \ - ARCHS=i386 ONLY_ACTIVE_ARCH=YES \ + ARCHS=x86_64 ONLY_ACTIVE_ARCH=YES \ -configuration $(BUILDTYPE) -sdk iphonesimulator \ -destination 'platform=iOS Simulator,name=iPhone 6,OS=latest' \ -workspace $(IOS_WORK_PATH) -scheme CI build | xcpretty @@ -59,7 +59,7 @@ test-ios: ios ios-sim start --devicetypeid 'com.apple.CoreSimulator.SimDeviceType.iPhone-6,9.3' ios-sim launch build/ios-all/$(BUILDTYPE)-iphonesimulator/ios-test.app --verbose --devicetypeid 'com.apple.CoreSimulator.SimDeviceType.iPhone-6,9.3' set -o pipefail && xcodebuild \ - ARCHS=i386 ONLY_ACTIVE_ARCH=YES \ + ARCHS=x86_64 ONLY_ACTIVE_ARCH=YES \ -configuration $(BUILDTYPE) -sdk iphonesimulator \ -destination 'platform=iOS Simulator,name=iPhone 6,OS=latest' \ -workspace $(IOS_WORK_PATH) -scheme CI test | xcpretty -- cgit v1.2.1