Xcode 5 doesn't let me export unsigned cocoa application

三世轮回 提交于 2019-12-18 21:27:14

问题


When I try to export a cocoa application in XCode 5 GM (which probably isn't anymore under NDA, if it is it will be off tomorrow) doesn't give me the option to export an unsigned application as it did in xcode 4.6 < When I pick up an archive and select export as application as shown here:

In the next screen I have no chances to save it as an unsigned application, as I did before.

Xcode 5:

Xcode 4:

Any Idea on why? is this a bug?

Thanks


回答1:


This seems like a bug. Even with the target signing settings set to "None" as below, I get the same prompt as you do.

A work around

Select Export as Archive instead. Once you save the archive, you can control (or right)-click on the archive in Finder and select Show Package Contents. The .app will be located under Products/Applications in side of the package.

An alternative would be to control (or right)-click on the build in the Xcode organizer and select Show in Finder to show the archive without exporting it. From there you can browse the archive as above to find the .app.



来源:https://stackoverflow.com/questions/18816225/xcode-5-doesnt-let-me-export-unsigned-cocoa-application

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!