答案 0 :(得分:1)
这对我有用
https://github.com/evgenyneu/Cosmos/issues/105
# Uncomment the next line to define a global platform for your project
# platform :ios, '9.0'
target 'XYZ' do
use_frameworks!
post_install do |installer|
installer.pods_project.build_configurations.each do |config|
config.build_settings.delete('CODE_SIGNING_ALLOWED')
config.build_settings.delete('CODE_SIGNING_REQUIRED')
end
end
pod 'Alamofire'
pod 'Stripe'
/* etc ... */
# Uncomment the next line if you're using Swift or would like to use dynamic frameworks
# use_frameworks!
# Pods for Gozem Provider
end
你可以安装或更新pod
------------------------------或---------------- ----------------------
如果您的项目选择自动管理签名而不是删除它
使它像你可以选择无,否则你可以使用ur currect证书而不是清理项目并再次构建