Pergunta

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.

Foi útil?

Solução

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

Outras dicas

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

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top