File tree Expand file tree Collapse file tree 3 files changed +10
-2
lines changed
Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 679679 DEVELOPMENT_TEAM = 7WXXBW6Z2Y;
680680 ENABLE_STRICT_OBJC_MSGSEND = YES;
681681 ENABLE_TESTABILITY = YES;
682+ EXCLUDED_ARCHS = arm64;
682683 GCC_C_LANGUAGE_STANDARD = gnu11;
683684 GCC_DYNAMIC_NO_PIC = NO;
684685 GCC_NO_COMMON_BLOCKS = YES;
744745 DEVELOPMENT_TEAM = 7WXXBW6Z2Y;
745746 ENABLE_NS_ASSERTIONS = NO;
746747 ENABLE_STRICT_OBJC_MSGSEND = YES;
748+ EXCLUDED_ARCHS = arm64;
747749 GCC_C_LANGUAGE_STANDARD = gnu11;
748750 GCC_NO_COMMON_BLOCKS = YES;
749751 GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
Original file line number Diff line number Diff line change @@ -15,3 +15,9 @@ target 'OktaLoggerDemoApp' do
1515 inherit! :search_paths
1616 end
1717end
18+
19+ post_install do |installer |
20+ installer . pods_project . build_configurations . each do |config |
21+ config . build_settings [ "EXCLUDED_ARCHS[sdk=iphonesimulator*]" ] = "arm64"
22+ end
23+ end
Original file line number Diff line number Diff line change @@ -104,10 +104,10 @@ SPEC CHECKSUMS:
104104 GoogleDataTransport: 1024b1a4dfbd7a0e92cb20d7e0a6f1fb66b449a4
105105 GoogleUtilities: 31c5b01f978a70c6cff2afc6272b3f1921614b43
106106 nanopb: 59221d7f958fb711001e6a449489542d92ae113e
107- OktaLogger: b79c52418ce9bfb3e695597fba5545931a75ef35
107+ OktaLogger: 88bee0372ff1edb302006057286fdeb6e78858b6
108108 PromisesObjC: 3113f7f76903778cf4a0586bd1ab89329a0b7b97
109109 SwiftLint: 22ccbbe3b8008684be5955693bab135e0ed6a447
110110
111- PODFILE CHECKSUM: 0d62d957d380013c75e13aeb32bd0c568a713007
111+ PODFILE CHECKSUM: 24b03820ad780b774fb84afb0a047e9ac20552d9
112112
113113COCOAPODS: 1.10.1
You can’t perform that action at this time.
0 commit comments