iOS : Could not build module

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

    I also had this problem, due to a typo in my GCC_PREPROCESSOR_DEFINITIONS, which therefore invalidated all of my code.

    First helpful warning was multiple "Macro Name must be an identifier" followed by multiple "Could not build module" messages.

提交回复
热议问题