我知道在哪里可以找到extension provision profile through Xcode,它们都在~/Library/MobileDevice/Provisioning Profiles中列出
我的问题是,我怎样才能在苹果的开发者网站上找到extension provision profile呢?
看起来https://developer.apple.com/account/resources/profiles/list只列出了应用程序的个人资料。
为什么需要手动配置文件
因为我在CodeMagic中设置为手动签名,上传了手册.p12和profiles。所以我需要上传两个手动配置文件,这两个都需要从苹果的开发网站下载,从本地配置文件文件夹~/Library/MobileDevice/Provisioning Profiles复制只是不起作用。
发布于 2019-08-13 22:18:36
好的,答案是:
当您共享刚刚创建的扩展时,
automatic generate profile。manual profile,那么只需要在创建bundle id same as you input in Share Extension target.时选择
https://stackoverflow.com/questions/57449737
复制相似问题