美文网首页
2019-01-15

2019-01-15

作者: 快闪开 | 来源:发表于2019-01-15 15:33 被阅读0次

    "_OBJC_CLASS_$_chatController", referenced from:错误问题解决:

    因为我们在新建或复制chatController.m文件的时候,chatController.m未参与编译,造成与chatController类相关的引用groupChatController.o也出现了错误,这个时候我们只需要在项目target中的Build Phases ----Compile Sources里面加入chatController.m文件,并重新编译即可!

    相关文章

      网友评论

          本文标题:2019-01-15

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