Skip to content

Commit

Permalink
1017: add fix for ios build
Browse files Browse the repository at this point in the history
  • Loading branch information
f1sh1918 committed Apr 10, 2024
1 parent a06d17f commit 1c7c18b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ios/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,8 @@ target 'Lunes' do
installer.pods_project.targets.each do |target|
target.build_configurations.each do |config|
config.build_settings['EXCLUDED_ARCHS[sdk=iphonesimulator*]'] = "arm64"
# https://github.com/facebook/react-native/issues/37748 will be fixed with RN 0.72.5
config.build_settings['GCC_PREPROCESSOR_DEFINITIONS'] ||= ['$(inherited)', '_LIBCPP_ENABLE_CXX17_REMOVED_UNARY_BINARY_FUNCTION']
end
end
# Signing on XCode 14 builds
Expand Down

0 comments on commit 1c7c18b

Please sign in to comment.