XCode 9后fastlane手动配置证书

2017-11-22  本文已影响179人  fallrainy
lane :beta do
  gym(
    export_method: "app-store",
    export_xcargs: "-allowProvisioningUpdates", #keychain授权
    export_options: {
      provisioningProfiles: { 
        "com.example.bundleid" => "Provisioning Profile Name",
        "com.example.bundleid2" => "Provisioning Profile Name 2"
      }
    }
  )
end

参考:
当Fastlane遇到Xcode9打包出来不一定是ipa而是坑

Setting up your Xcode Project,Xcode 9 and up

上一篇 下一篇

猜你喜欢

热点阅读