【问题标题】:failed to import bridging header file in swift快速导入桥接头文件失败
【发布时间】:2017-03-11 18:07:59
【问题描述】:

我在运行 this 项目时遇到此错误。

failed to import bridging header '/Users/OdysseyApps/Desktop/ashraf/onedrive-sample-sync-ios-master/OneAPI Sync/OneAPI Sync-Bridging-Header.h'

我认为问题在于项目名称 OneAPI Sync 中的空格。 请给我一些建议。

【问题讨论】:

标签: ios swift onedrive


【解决方案1】:

可能你已经在桥文件中导入了一些类。 这不是您的捆绑包的一部分。(或者没有意外导入 .m 文件) 尝试找到该类并删除该类导入语句。

【讨论】:

    猜你喜欢
    • 2014-11-24
    • 1970-01-01
    • 2014-11-02
    • 2016-09-03
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多