Search code examples
xcode4

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


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.


Solution

  • 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.