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?
相关问题
- Angular: ngc or tsc?
- Xcode debugger displays incorrect values for varia
- Where is the implementation of included C++/C head
- Image loads in simulator but not device?
- importing files from other directories in xcode
相关文章
- xcode 4 garbage collection removed?
- Xcode: Is there a way to change line spacing (UI L
- Unable to process app at this time due to a genera
- Popover segue to static cell UITableView causes co
- “Storyboard.storyboard” could not be opened
- didBeginContact:(SKPhysicsContact *)contact not in
-
The file “
.app” couldn’t be opened becaus - How do I set compatible devices to only ARKit comp
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
the app is generally under your
depending on which configuration of build you did or want to send.
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 clickShare
orDistribute...
(Xcode 4.3.3 or newer)Then choose the format you want to export.