是否可以强制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
可以使用自定义配置文件。