Command PhaseScriptExecution failed with a nonzero exit code
全局搜索source="{source}")",替换为source="{source}")"
Missing file libarclite_iphoneos.a
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'] = '13.0'
end
end
end
end