Skip to content

Commit 3c438a9

Browse files
committed
test(ios): arm64 simulator is a valid target now
1 parent c73ea10 commit 3c438a9

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

tests/ios/Podfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ target 'testing' do
5050
installer.pods_project.targets.each do |target|
5151
target.build_configurations.each do |config|
5252
config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'] = $iOSMinimumDeployVersion
53+
config.build_settings["EXCLUDED_ARCHS[sdk=iphonesimulator*]"] = ""
5354
end
5455
end
5556
end

tests/ios/Podfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -746,6 +746,6 @@ SPEC CHECKSUMS:
746746
RNFBStorage: 8efe8ac42dc8bc1771fa803fff6906fb999b0bb3
747747
Yoga: a7de31c64fe738607e7a3803e3f591a4b1df7393
748748

749-
PODFILE CHECKSUM: cd2f69084949aea10ca551be89eb96c34004b9ee
749+
PODFILE CHECKSUM: f25a92eedd54ba32f69cb8b7ec0cbc4ceb364ddd
750750

751751
COCOAPODS: 1.10.1

tests/ios/testing.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -437,7 +437,7 @@
437437
ENABLE_BITCODE = NO;
438438
ENABLE_STRICT_OBJC_MSGSEND = YES;
439439
ENABLE_TESTABILITY = YES;
440-
"EXCLUDED_ARCHS[sdk=iphonesimulator*]" = "arm64 ";
440+
"EXCLUDED_ARCHS[sdk=iphonesimulator*]" = "";
441441
GCC_C_LANGUAGE_STANDARD = gnu99;
442442
GCC_DYNAMIC_NO_PIC = NO;
443443
GCC_NO_COMMON_BLOCKS = YES;
@@ -486,7 +486,7 @@
486486
ENABLE_BITCODE = NO;
487487
ENABLE_NS_ASSERTIONS = NO;
488488
ENABLE_STRICT_OBJC_MSGSEND = YES;
489-
"EXCLUDED_ARCHS[sdk=iphonesimulator*]" = "arm64 ";
489+
"EXCLUDED_ARCHS[sdk=iphonesimulator*]" = "";
490490
GCC_C_LANGUAGE_STANDARD = gnu99;
491491
GCC_NO_COMMON_BLOCKS = YES;
492492
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;

0 commit comments

Comments
 (0)