美文网首页
iOS Duplicate interface definit

iOS Duplicate interface definit

作者: 零度温暖2017 | 来源:发表于2022-01-25 14:40 被阅读0次

    iOS Duplicate interface definition for class 'DDLog',第三方库报错

    经检查发现:

    CocoaPods PodField文件里添加了use_frameworks!生成的第三方动态库。在使用第三方库时import导入方式:
    正确导入导入方式:#import <xxx/xxx.h>

    import <CocoaLumberjack/CocoaLumberjack.h>

    错误导入方式:#import "xxx.h"

    import "DDLog.h"

    ————————————————

    原文链接:https://blog.csdn.net/wenzfcsdn/article/details/107710366

    相关文章

      网友评论

          本文标题:iOS Duplicate interface definit

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