Xcode 5 Framework/Library Search Path Absolute Address

后端 未结 7 1380
傲寒
傲寒 2020-12-14 06:32

I updated my Xcode to 5.0. I added some library/framework search paths and the path it\'s displaying is the absolute path. For example, if my folder is in my desktop it woul

7条回答
  •  情深已故
    2020-12-14 06:57

    I was able to solve the same problem with the latest Xcode (v5.1), add this to the Library Search Paths in Build Settings and make sure you select recursive, delete other library paths which might be absolute paths.

    $(PROJECT_DIR)                     recursive
    

提交回复
热议问题