No Build Phases Tab in Xcode 7?

Does anyone know how to access the build phases tab in XCode 7? All I can see is Info and Build Settings. I need to find a way to relink my libsqlite3.dylib. It keeps putting the word Optional() whenever I'm reading from a text box and trying to input into a database.

Answered by jsslai in 72442022

You should select the target, not the project from the project and target list.

Accepted Answer

You should select the target, not the project from the project and target list.

No Build Phases Tab in Xcode 7?
 
 
Q