Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

xcode8自动打包的问题 #5

Open
zx1299 opened this issue Jan 18, 2017 · 0 comments
Open

xcode8自动打包的问题 #5

zx1299 opened this issue Jan 18, 2017 · 0 comments

Comments

@zx1299
Copy link

zx1299 commented Jan 18, 2017

一直卡在了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'

我很好奇,你是如何成功的自动打包?在线等,谢谢!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant