File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -50,6 +50,7 @@ target 'testing' do
50
50
installer . pods_project . targets . each do |target |
51
51
target . build_configurations . each do |config |
52
52
config . build_settings [ 'IPHONEOS_DEPLOYMENT_TARGET' ] = $iOSMinimumDeployVersion
53
+ config . build_settings [ "EXCLUDED_ARCHS[sdk=iphonesimulator*]" ] = ""
53
54
end
54
55
end
55
56
end
Original file line number Diff line number Diff line change @@ -746,6 +746,6 @@ SPEC CHECKSUMS:
746
746
RNFBStorage: 8efe8ac42dc8bc1771fa803fff6906fb999b0bb3
747
747
Yoga: a7de31c64fe738607e7a3803e3f591a4b1df7393
748
748
749
- PODFILE CHECKSUM: cd2f69084949aea10ca551be89eb96c34004b9ee
749
+ PODFILE CHECKSUM: f25a92eedd54ba32f69cb8b7ec0cbc4ceb364ddd
750
750
751
751
COCOAPODS: 1.10.1
Original file line number Diff line number Diff line change 437
437
ENABLE_BITCODE = NO;
438
438
ENABLE_STRICT_OBJC_MSGSEND = YES;
439
439
ENABLE_TESTABILITY = YES;
440
- "EXCLUDED_ARCHS[sdk=iphonesimulator*]" = "arm64 ";
440
+ "EXCLUDED_ARCHS[sdk=iphonesimulator*]" = "";
441
441
GCC_C_LANGUAGE_STANDARD = gnu99;
442
442
GCC_DYNAMIC_NO_PIC = NO;
443
443
GCC_NO_COMMON_BLOCKS = YES;
486
486
ENABLE_BITCODE = NO;
487
487
ENABLE_NS_ASSERTIONS = NO;
488
488
ENABLE_STRICT_OBJC_MSGSEND = YES;
489
- "EXCLUDED_ARCHS[sdk=iphonesimulator*]" = "arm64 ";
489
+ "EXCLUDED_ARCHS[sdk=iphonesimulator*]" = "";
490
490
GCC_C_LANGUAGE_STANDARD = gnu99;
491
491
GCC_NO_COMMON_BLOCKS = YES;
492
492
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
You can’t perform that action at this time.
0 commit comments