gpt4 book ai didi

ios - Xcode/swift : How to import a framework without actually including 'import xxx' in file

转载 作者:行者123 更新时间:2023-11-28 15:55:05 26 4
gpt4 key购买 nike

我一直在关注 Swift 的 Firebase 教程 here .

在该项目中,我没有在任何文件中看到任何明确的“导入 FirebaseXXX”,我很好奇这是如何完成的。

我正试图在项目中获得相同的行为,但还不太顺利。我的项目中有相同的 Bridging Header,我尝试构建/清理我的项目,并且在将不同的 pod 添加到我的 Podfile 后完成了“pod 更新”和“pod 安装”。

那么这到底是怎么做到的呢?

谢谢!

最佳答案

如果您查看桥接 header (Grocr-Bridging-Header.h),它们会在那里导入框架

#import <Firebase/Firebase.h>

Objective-C #imports 发生在桥接头文件中,在项目中的 swift 文件中是全局的。

如果您使用的是 swift 框架,则需要在文件顶部import Firebase 才能使用该框架。

另见 Cannot import Firebase in Swift app

关于ios - Xcode/swift : How to import a framework without actually including 'import xxx' in file,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/41905888/

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