Xcode 6: No Frameworks Folder in Project Navigator

前端 未结 4 1481
梦毁少年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:29

    I would recommend using drag and drop feature to move files into Xcode. Xcode show you the Choose options for adding these files window [Copy items if needed] [Added folders]

    For example Xcode can automatically add relative path ($(PROJECT_DIR)/) to:

    • Build Settings -> Library Search Paths if you drag and drop a library
    • Build Settings -> Framework Search Paths if you drag and drop a framework

提交回复
热议问题