Tapy
Tapy

Reputation: 1054

Where is the .app program? (Mac OS X and iOS)

I'm trying to find the .app file in my project folders but I can't find it. As I remember it was just to go into the build folder in the project folder and the .app file should be there but now I don't have a build folder in those app.

Thank you in advance!

Upvotes: 0

Views: 158

Answers (3)

Sophie Alpert
Sophie Alpert

Reputation: 143134

In Xcode 4, build products are stored by default in:

~/Library/Developer/Xcode/DerivedData/AppName-lotsofrandomchars/Build/Products/

Upvotes: 2

Sherm Pendley
Sherm Pendley

Reputation: 13612

If you've upgraded to Xcode 4, things have changed. Click Product/Archive to build a release version of your app, then Window/Organizer, and select the Archives pane. Select the archive you just built, then click the "share" button towards the top right.

Upvotes: 1

nacho4d
nacho4d

Reputation: 45098

In Xcode: expand Products then, right click on your app and from the menu click on Show on Finder or Reveal on Finder.

Upvotes: 3

Related Questions