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

前端 未结 3 483
醉梦人生
醉梦人生 2021-01-03 07:15

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

相关标签:
3条回答
  • 2021-01-03 07:49

    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.

    0 讨论(0)
  • 2021-01-03 07:50

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

    0 讨论(0)
  • 2021-01-03 07:52

    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.

    0 讨论(0)
提交回复
热议问题