Вопрос

I have an iOS project that builds and runs fine, but the "Clean Build Folder..." option is disabled. As a matter of fact, it is disabled in all of my projects (all iOS, some in workspaces).

They have not been upgraded from previous Xcode version as discussed in this thread.

To See the Clean Build Folder... option, hold the option key while viewing the Product menu.

What can I do to enable it?

Update:

Almost a year later. Currently on Xcode 6.3. Still no luck.

Это было полезно?

Решение

I tried the following steps. Preference --> Locations --> For derived data, click "Advanced". Inside build location, choose "Unique". The "Clear Build Folder" button appears again.

Другие советы

I had this problem with a project in Xcode 8, and found that in addition to the setting @ycwjjjj mentioned, I also needed to check File → Workspace Settings… → Advanced… and switch away from Custom Settings to Unique (or Xcode Default).

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top