How to enable Build Phase in xcode 8?

Build phase disabled in xcode 8. How Can I enable it?


I've tried all the solution here in this link -


http://stackoverflow.com/questions/25923635/xcode-add-build-phase-is-disabled


Nothing is working for me.


Can anyone please help me?


Regards.


DS

Also, I tried this solution as well -


https://forums.developer.apple.com/thread/22053


Didn't work for me - I'm afraid.


Regards.


DS

The following works for me:


  1. Select the project from the project navigator to open the project editor.
  2. Select the target from the project editor.
  3. Click the Build Phases button at the top of the project editor. You have to do this to enable the build phase menu items.


After clicking the Build Phases button at the top of the project editor I can add build phases by clicking the Add button in the project editor or choosing Editor > Add Build Phase.

How to enable Build Phase in xcode 8?
 
 
Q