【发布时间】:2016-12-14 06:45:40
【问题描述】:
我必须为临时分发创建一个 ipa。问题是,我don't have the access to the mac on which first time developer profile is created and signed by the keychain password,所以无法将.developerprofile 文件导出到我的新Mac 上的代码登录。我知道钥匙串密码。现在我的问题是,如何创建 ipa 或生成 new .developerprofile。我搜索了很多,但没有得到任何相关信息。到处都列出了创建新的配置文件。我正在使用 Xcode 8
【问题讨论】:
-
你有苹果开发者登录凭据吗?
-
在xcode中登录账号,一旦提示错误信息,选择“修复”
-
它说,您的帐户已经有一个有效的 iOS 分发证书。
-
只需 make,
Provision Profile和Code Sign In Identity自动并构建,它将创建 ipa。 -
它已经完成,但出现上述错误