项目中使用MVVM模式手动集成ReactiveObjC时,遇到错误:'Cocoa/Cocoa.h' file not found
[Error]'Cocoa/Cocoa.h' file not found

经过查询"Cocoa/Cocoa.h"为OSX的库文件,并不是iOS的库文件,故进行iOS开发需要将包含它的文件移除。

相关文章:

  • 2022-12-23
  • 2021-12-20
  • 2021-07-31
  • 2021-03-26
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-09-17
  • 2022-12-23
  • 2021-11-30
  • 2021-10-12
  • 2021-09-14
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案