Xcode 14.3 file not found: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xct...
在pod 文件中 添加 最低版本支持啥容,理由:Xcode 14添加了??Minimum Deployments 11.0
post_install do |installer|
? installer.generated_projects.each?do |project|
? ? project.targets.each?do |target|
? ? ? ? target.build_configurations.each?do |config|
? ? ? ? ? ? config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'] = '11.0'
?? ? ? ? end
? ? end
? end
end