Skip to content

Commit

Permalink
add configuration to Podfile for building for now.
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinFarmer committed Mar 5, 2024
1 parent ba2c3d9 commit dec4da7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions example/ios/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ post_install do |installer|
installer.pods_project.targets.each do |target|
target.build_configurations.each do |config|
config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'] = '12.0'
config.build_settings['GCC_PREPROCESSOR_DEFINITIONS'] ||= ['$(inherited)', '_LIBCPP_ENABLE_CXX17_REMOVED_UNARY_BINARY_FUNCTION']
end
end

Expand Down

0 comments on commit dec4da7

Please sign in to comment.