sinneo2022
Results
2
comments of
sinneo2022
> # ✅ Force all pods to use iOS 16.0 (fix CxxStdlib error) > ``` > installer.pods_project.targets.each do |target| > target.build_configurations.each do |config| > config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'] = '16.0' > end >...
> Everyone must update Xcode to 26 before April 2026, so just update Xcode to the latest version and the problem will be solved :) That worked for me, thanks!