关于用脚本导出测试包

一开始的想法是从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。

©著作权归作者所有,转载或内容合作请联系作者
平台声明:文章内容(如有图片或视频亦包括在内)由作者上传并发布,文章内容仅代表作者本人观点,简书系信息发布平台,仅提供信息存储服务。

推荐阅读更多精彩内容