【发布时间】:2018-08-29 08:30:49
【问题描述】:
现在我有某人的 .p12 证书和 .mobileprovision 并且我有一个 cordova ios 项目,所以我想使用cordova cli:cordova build ios --device --release 来构建签名的ipa,我该怎么办?
当我尝试 cordova build ios --device --release --buildConfig 它显示:
No iOS profile matching 'TeamID/UUID' found: Xcode couldn't find a profile matching 'TeamID/UUID'. 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
我已经通过双击安装了配置文件并将 .p12 加载到钥匙串中
【问题讨论】: