Xcode 6: No Frameworks Folder in Project Navigator

In Xcode 6, the Frameworks folder is not added by default. You can drag and drop your .framework files into the project navigator (tick ‘Copy items if needed’), then select them all > right click > “New Group from Selection” and name the folder ‘Frameworks’.

Also, make sure the frameworks are added into the Project > Build Phases > Link Binary With Libraries. If not, drag them there from your newly created ‘Frameworks’ folder.

Leave a Comment