Skip to content

Commit b10ce81

Browse files
authored
Update react-native-fast-openpgp.podspec
1 parent 5dbbc97 commit b10ce81

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

react-native-fast-openpgp.podspec

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ Pod::Spec.new do |s|
1717
s.source_files = "ios/**/*.{h,m,mm}", "cpp/**/*.{h,cpp}"
1818
s.vendored_libraries = '*.a'
1919
s.xcconfig = { 'OTHER_LDFLAGS' => "-force_load '#{shared_lib}'"}
20-
s.pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES', 'VALID_ARCHS[sdk=iphonesimulator*]' => 'x86_64'}
20+
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' }
2122
s.dependency "React-Core"
2223
end

0 commit comments

Comments
 (0)