简体   繁体   中英

Xcode - How do I find my .app file?

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

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

在此输入图像描述

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

By far the easiest solution would be the answer by Enrico. But since is it not available to you there are still some other possibilities.

  1. Start Xcode
  2. Open the Organizer: Window -> Organizer or cmd + shift + 2
  3. Select the projects tab
  4. Find your project in the left sidebar
  5. In the main window there is a row „Derived Data“ with a small arrow at the end.
  6. Press the small arrow
  7. Done

Xcode管理器窗口

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM