Skip to content

Commit

Permalink
fix(ios): Remove CocoaPods Xcode 15 workaround that causes issues (#7059
Browse files Browse the repository at this point in the history
)
  • Loading branch information
jcesarmobile authored Nov 9, 2023
1 parent 356cc1b commit 043a8db
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions ios/scripts/pods_helpers.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,6 @@ def assertDeploymentTarget(installer)
if should_upgrade
config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'] = '13.0'
end
# workaround for Xcode 15 and Cocoapods 1.21.1
# Should not be needed after Cocoapods 1.13.0
xcconfig_path = config.base_configuration_reference.real_path
xcconfig = File.read(xcconfig_path)
xcconfig_mod = xcconfig.gsub(/DT_TOOLCHAIN_DIR/, "TOOLCHAIN_DIR")
File.open(xcconfig_path, "w") { |file| file << xcconfig_mod }
end
end
end

0 comments on commit 043a8db

Please sign in to comment.