1.0.-6ren">
gpt4 book ai didi

iOS CocoaPods - 当模块被禁用时如何解决 "use of ' @import' 错误?

转载 作者:可可西里 更新时间:2023-11-01 03:34:15 25 4
gpt4 key购买 nike

在通过 cocoapods 添加 Google Analytics 时,我正在寻找如何解决“禁用模块时使用‘@import’”的问题:

pod 'Google/Analytics', '~> 1.0.0'
link_with 'AppTarget', 'AppTargetTests'

在代码中:

#import <Google/Analytics.h>

我在 pod 中收到此错误:

"use of '@import' when modules are disabled"

enter image description here

我检查了所有项目并看到模块已启用,以及“自动链接框架”的其他建议

enter image description here enter image description here

由于此错误,我无法覆盖此导入: enter image description here

在 xCode6 中通过 cocoapods 添加框架时,如何解决“禁用模块时使用‘@import’”的问题?

最佳答案

只是添加对 @Alex Stone 的引用评论中的回答,这里是当前官方clang specification关于在 C++ 中缺少对 @import 的支持:

At present, there is no C or C++ syntax for import declarations. Clang will track the modules proposal in the C++ committee.

关于iOS CocoaPods - 当模块被禁用时如何解决 "use of ' @import' 错误?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/32314151/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com