Skip to content

Commit

Permalink
Fix for xcode-15 target settings
Browse files Browse the repository at this point in the history
  • Loading branch information
NidhiDixit09 committed Aug 8, 2024
1 parent f60d8e9 commit 5096258
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions branch-sdk-automation-testbed/ios/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ def __xcode_15_workaround(installer)
if xcode_version >= Gem::Version.new('15.0')
installer.pods_project.targets.each do |target|
target.build_configurations.each do |config|
config.build_settings['GCC_PREPROCESSOR_DEFINITIONS'] ||= ['$(inherited)', '_LIBCPP_ENABLE_CXX17_REMOVED_UNARY_BINARY_FUNCTION']
config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'] = '12.0'
end
end
Expand Down

0 comments on commit 5096258

Please sign in to comment.