From c8895b2d040b4cbd17b5f87f6f2467936783ae95 Mon Sep 17 00:00:00 2001 From: Doug <6060466+pixlwave@users.noreply.github.com> Date: Fri, 25 Feb 2022 21:20:34 +0000 Subject: [PATCH] feat(ios) Add support to the iOS SDK for the Simulator on M1 --- ios/scripts/release-sdk.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/ios/scripts/release-sdk.sh b/ios/scripts/release-sdk.sh index 1bc8181fc..577954411 100755 --- a/ios/scripts/release-sdk.sh +++ b/ios/scripts/release-sdk.sh @@ -35,7 +35,6 @@ xcodebuild archive \ -sdk iphonesimulator \ -destination='generic/platform=iOS Simulator' \ -archivePath ios/sdk/out/ios-simulator \ - VALID_ARCHS=x86_64 \ ENABLE_BITCODE=NO \ SKIP_INSTALL=NO \ BUILD_LIBRARY_FOR_DISTRIBUTION=YES @@ -46,7 +45,6 @@ xcodebuild archive \ -sdk iphoneos \ -destination='generic/platform=iOS' \ -archivePath ios/sdk/out/ios-device \ - VALID_ARCHS=arm64 \ ENABLE_BITCODE=NO \ SKIP_INSTALL=NO \ BUILD_LIBRARY_FOR_DISTRIBUTION=YES