Xcode custom build configuration causes “library/file not found” for static libraries

前端 未结 7 2008
心在旅途
心在旅途 2020-12-02 14:13

I have a workspace with a project which links with the static libraries in another project (which is also in the workspace). It\'s a problem in Kobold2D I haven\'t been able

7条回答
  •  囚心锁ツ
    2020-12-02 15:00

    As said in similar question iOS Static Library as a Subproject of a Project That Has Custom Build Configurations?, the fix is to add this line

    $(BUILD_DIR)/Release$(EFFECTIVE_PLATFORM_NAME)

    to your target's Framework Search Paths, Header Search Paths and/or Library Search Paths

提交回复
热议问题