We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5dbbc97 commit b10ce81Copy full SHA for b10ce81
react-native-fast-openpgp.podspec
@@ -17,6 +17,7 @@ Pod::Spec.new do |s|
17
s.source_files = "ios/**/*.{h,m,mm}", "cpp/**/*.{h,cpp}"
18
s.vendored_libraries = '*.a'
19
s.xcconfig = { 'OTHER_LDFLAGS' => "-force_load '#{shared_lib}'"}
20
- s.pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES', 'VALID_ARCHS[sdk=iphonesimulator*]' => 'x86_64'}
+ s.pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES', 'VALID_ARCHS[sdk=iphonesimulator*]' => 'x86_64', 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64' }
21
+ s.user_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64' }
22
s.dependency "React-Core"
23
end
0 commit comments