Xcode 6: No Frameworks Folder in Project Navigator

前端 未结 4 1486
梦毁少年i
梦毁少年i 2020-12-02 20:32

I am using Xcode 6 and following an Xcode version 4 tutorial so things are different here and there.

There doesn\'t seem to be a Frameworks folder in my project navi

4条回答
  •  刺人心
    刺人心 (楼主)
    2020-12-02 21:15

    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.

提交回复
热议问题