Xcode 4 - How do I get the .app file?

牧云@^-^@ 提交于 2019-12-30 05:08:33

问题


I installed Xcode 4, it has very cool features. I developed my new app with Xcode 4 and its time give it to client for their testing.

The problem is the that I am not able to get the .app file in finder. Under product category when I choose the .app file and right click on it there is no option for "show in finder".

I need that file so I can send it to client for testing. In the Xcode 3, the option was there.

Any help will be appreciated.

Thanks.


回答1:


You could also select Product -> Build For -> Archiving, then expand the Products folder in the navigator, right-click the app and choose Show in Finder.




回答2:


~/Library/Developer/Xcode/DerivedData/{app name}/Build/Products/Deployment/




回答3:


You need to use the Product->Archive function instead. You can then access the archive from Organiser. Share the archive and then save it to disk - this creates a .ipa file which can then be distributed for testing.

As ever though, comprehensive documentation on this matter from Apple will guide the way.



来源:https://stackoverflow.com/questions/5579251/xcode-4-how-do-i-get-the-app-file

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