Xcode 5 Framework/Library Search Path Absolute Address

后端 未结 7 1347
傲寒
傲寒 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:20

    1- Add $(SRCROOT) in Framework Search Paths and make it recursive.

    2- If the previous step is not worked, go to Copy Bundle Resources and delete ArcGIS.bundle and then add it again.

    0 讨论(0)
提交回复
热议问题