美文网首页
Cannot find interface declaratio

Cannot find interface declaratio

作者: 晴天ccc | 来源:发表于2022-05-23 11:16 被阅读0次

    问题

    公司一个iOS项目,起始是用Swift创建的。
    根据业务需求我们用到了OpenCV,将文件后缀改为.mm之后出现了以下报错:

    Cannot find interface declaration for 'UIViewController', superclass of 'BaseViewController'
    

    经过各方面努力问题得到了解决。

    解决方案

    Build Phases 中的Compile Sources中搜索到后缀为.mm的这个类,双击后输入:

    -fcxx-modules
    

    再次运行问题得到了解决。

    相关文章

      网友评论

          本文标题:Cannot find interface declaratio

          本文链接:https://www.haomeiwen.com/subject/yxdrprtx.html