How do you export your finished application from X

2019-01-30 17:56发布

I feel silly for having to ask this. I've got an application to a point where I want to send someone a beta to test on their machine, but I don't know how to get Xcode to produce a .app file for me to send to them. Help?

3条回答
唯我独甜
2楼-- · 2019-01-30 18:18

to get to the .app application you have to go into the folder where you created it into build the your app will be there

查看更多
何必那么认真
3楼-- · 2019-01-30 18:20

the app is generally under your

project_dir/build/Debug/Name Of App 
project_dir/build/Release/Name Of App
project_dir/build/Distribution/Name Of App 

depending on which configuration of build you did or want to send.

查看更多
叛逆
4楼-- · 2019-01-30 18:22

This has changed in Xcode 4.

Now Apps can be exported from the "Organizer"

If you haven't already, you need to create an Archive.

On the menu go to Product -> Archive

Once you're in the Organizer - Archives screen click Share or Distribute... (Xcode 4.3.3 or newer)

Then choose the format you want to export.

查看更多
登录 后发表回答