iOS : Could not build module

前端 未结 5 2271
清歌不尽
清歌不尽 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:29

    Check whether the framework you are integrating is supporting your project architecture.

    To see the framework supported architecture, use Terminal and navigate to Framework folder.

    use, "lipo -info myFramework.framework/MyFramework"

    And, if you want to use the framework files in your project, check whether the files are available in Framework/Headers Folder.

    Getting this error :

    Try, "file myFramework.framework/MyFramework" in Terminal

提交回复
热议问题