一开始的想法是从xcode源码中直接导出测试ipa包,但总是失败,报了以下错误:
Code Signing Error:No profile for team 'xxx' matching 'xxxxx' found:Xcode couldn't find any provisioning profiles matching 'xxx'.Install the profile (by dragging and dropping it onto Xcode's dock item) or select a defferent one in the general tab of the target editor.
从字面意思上看是找不到证书,需要安装或者选择其他证书。
但其实只要从归档文件(.scarchive)中导出即可。
注意:导出测试ipa时需要修改一下Configuration和exportOption。
网友评论