Xcode 5 Framework/Library Search Path Absolute Address

后端 未结 7 1367
傲寒
傲寒 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 07:17

    Here's what i did:
    $(SRCROOT)/"subfolder"/"subfolder"/"framework"
    This is what we're using before in previous Xcode versions. The reason why it wasn't working with Xcode5 is because; for some reason, whenever you add another framework to your project, it automatically adds a "\" so you need to remove those to make it work. I don't know why it does that.

提交回复
热议问题