我的脚本打包,一直在提示Check dependencies
No profile matching 'qsxt_apns_dev_provisioning_profiles' found: Xcode couldn't find a profile matching 'qsxt_apns_dev_provisioning_profiles'. 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.
Code signing is required for product type 'Application' in SDK 'iOS 10.2'
文章写得很赞,但是其中几个地方我有一些疑问。可以加一下微信吗?我这两天也在搞这个东西,但是脚本一直变异出错。好忧伤。我邮箱号495112649@qq.com,期待您的回复
这个页面有介绍我自己哦:http://kyson.cn/index.php/start-page.html
我的脚本打包,一直在提示Check dependencies
No profile matching 'qsxt_apns_dev_provisioning_profiles' found: Xcode couldn't find a profile matching 'qsxt_apns_dev_provisioning_profiles'. 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.
Code signing is required for product type 'Application' in SDK 'iOS 10.2'
** BUILD FAILED **这个错误,请问怎么解决,我用了很多的方法,拷贝profile,开权限等等都试了,还是报这个错误。求解
你这个原因有很多,最有可能的有以下几种情况
1.没有将profile拷贝到Jenkins用户目录
2.没有在钥匙串里将证书拷贝到“系统”标签下
你解决了吗 我的错误跟你一毛一样
从配置到放弃 直接用fastlane+蒲公英了
配置确实有点繁琐,但了解原理对我们还是有帮助的。