Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Xcode - How do I find my .app file?

Tags:

xcode

macos

ios

The common answer I keep getting is that the file is in ~/Library/Developer/Xcode/DerivedData/{app name}/Build/Products/Deployment/...

But when I navigate to Library/Developer there is no Xcode folder. There is only a folder called CommandLineTools. I also searched for an Xcode folder using Go -> Go to folder, but that returned no results. (Even though that often returns no results even when I search a folder name that I know very well exists.)

like image 245
sadelbrid Avatar asked Oct 20 '25 04:10

sadelbrid


1 Answers

You can right click on the file in Xcode file browser and click Show in Finder.

enter image description here

P.S. If you are trying to submit the app to the App Store, this is not what you would usually do.

like image 146
Enrico Susatyo Avatar answered Oct 22 '25 20:10

Enrico Susatyo