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?
views:
579answers:
2
+2
A:
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.
mtvee
2009-11-28 14:41:26
Perfect. Thanks a lot!
Kaji
2009-11-28 15:00:47
A:
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
Harry Fox
2010-01-23 13:56:34