iOS : Could not build module

前端 未结 5 2272
清歌不尽
清歌不尽 2020-12-16 10:01

I\'ve got Library from another team. I\'m trying to use library in our project and while do so getting an error Could not build module \'Common Library\' (name of fr

5条回答
  •  感情败类
    2020-12-16 10:50

    I think you does not need to compile CommonLibrary.framework again. So you can try to remove it from Embedded Binaries list. And make sure the path of CommonLibrary.framework is in your Framework Search Paths.

提交回复
热议问题