使用显式配置文件进行Xcode 8代码签名

时间:2016-09-29 12:50:30

标签: ios code-signing provisioning-profile xcode8

是否可以强制Xcode在自定义位置放置配置文件的代码?我需要它用于分布式构建,因为Xcode自动配置管理非常尴尬。

目前Xcode显示以下错误:

No profile matching '.../profile.mobileprovision' found:  Xcode couldn't find a profile matching '.../profile.mobileprovision'. Install the profile (by dragging and dropping it onto Xcode's dock item) or select a different one in the General tab of the target editor.

如果我在项目设置中输入自定义配置文件:

PROVISIONING_PROFILE = ".../profile.mobileprovision";
PROVISIONING_PROFILE_SPECIFIER = ".../profile.mobileprovision";

P.S。 xcodebuild可以使用自定义配置文件。

0 个答案:

没有答案