You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
一直卡在了archive这一步,xcode8新增加了autosign,我试了两种方法:
1 使用自动签名,估计你也是这种,因为我没有看见你传递签名者的信息,报错:
No profiles for 'xxx' were found: Xcode couldn't find a provisioning profile matching 'xxxx'.
Code signing is required for product type 'Application' in SDK 'iOS 10.2'
2 使用手动传递的机制,其实xcode8命令体不支持,但是可以sed去改配置,一样报错:
No profile matching 'xxx' found: Xcode couldn't find a profile matching 'xxx'. 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'
我很好奇,你是如何成功的自动打包?在线等,谢谢!
The text was updated successfully, but these errors were encountered:
一直卡在了archive这一步,xcode8新增加了autosign,我试了两种方法:
1 使用自动签名,估计你也是这种,因为我没有看见你传递签名者的信息,报错:
No profiles for 'xxx' were found: Xcode couldn't find a provisioning profile matching 'xxxx'.
Code signing is required for product type 'Application' in SDK 'iOS 10.2'
2 使用手动传递的机制,其实xcode8命令体不支持,但是可以sed去改配置,一样报错:
No profile matching 'xxx' found: Xcode couldn't find a profile matching 'xxx'. 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'
我很好奇,你是如何成功的自动打包?在线等,谢谢!
The text was updated successfully, but these errors were encountered: