From dec4da76c3bac401cbc0ec0425a0d06b570f806b Mon Sep 17 00:00:00 2001 From: Robin Farmer Date: Tue, 5 Mar 2024 13:16:19 +0100 Subject: [PATCH] add configuration to Podfile for building for now. --- example/ios/Podfile | 1 + 1 file changed, 1 insertion(+) diff --git a/example/ios/Podfile b/example/ios/Podfile index d31b3d3..b86bb4f 100644 --- a/example/ios/Podfile +++ b/example/ios/Podfile @@ -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