Search code examples
xcodemacosxcode10

In Xcode, where is the compiled .app file? (macOS application)


On iOS I did not bother with that info, because you run the app on the device or simulator.

This is macOS application.

I want to launch my app without Xcode. Where is the app file location?

I'm using Xcode 10.


Solution

  • It is in the Products group in Xcode.

    If you want to know the actual location in the file system:

    Right click > Show in Finder:

    Right click > Show in Finder