开发人员无需使用 Xcode 7 进行代码签名
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/30730931/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
No need for code signing with Xcode 7 for developers
提问by Paresh Navadiya
If there is no need or code signing with Xcode 7 for developers then how it can achieved with xcode 7 realease.
如果开发人员不需要或不需要使用 Xcode 7 进行代码签名,那么如何使用 xcode 7 realease 实现。
As its still showing error : CodeSign error: code signing is required for product type 'Application' in SDK 'iOS 9.0'
由于它仍然显示错误: CodeSign error: code signing is required for product type 'Application' in SDK 'iOS 9.0'
It is possible or not?
可能还是不可能?
回答by Paresh Navadiya
Launch your application on devices using free provisioning (iOS, watchOS)
使用免费配置(iOS、watchOS)在设备上启动您的应用程序
In Xcode, add your Apple ID to Accounts preferences, described in Adding Your Apple ID Account in Xcode.
In the project navigator, select the project and your target to display the project editor.
Click General and choose your name from the Team pop-up menu.
Now click on Fix Issue
在 Xcode 中,将您的 Apple ID 添加到帐户首选项,如在 Xcode中添加您的 Apple ID 帐户中所述。
在项目导航器中,选择项目和目标以显示项目编辑器。
单击“常规”并从“团队”弹出菜单中选择您的姓名。
现在点击修复问题
@Thats it done. I have tested in Objective-C Project. @Adithya: Thank you for your contribution
@大功告成。我已经在 Objective-C 项目中进行了测试。@Adithya:感谢您的贡献
回答by Adithya
Found this Apple Docs link. Make sure you have followed these steps.
找到了这个Apple Docs 链接。确保您已遵循这些步骤。
I believe currently it only works with Swift.
我相信目前它只适用于 Swift。