Adding a framework to XCode 4

前端 未结 2 504
孤独总比滥情好
孤独总比滥情好 2020-12-30 04:56

of course i did research before posting my question.

I looked at
How to "add existing frameworks" in Xcode 4?
Adding Framework in Xcode 4
Addin

2条回答
  •  无人及你
    2020-12-30 05:19

    Another important detail here - you must have the "Runtime search path" to be defined in the projects, it's empty by default.

    Something like this:

    LD_RUNPATH_SEARCH_PATHS = @loader_path/../Frameworks
    

提交回复
热议问题