Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我目前正在使用 Xcode 版本 10.2 beta 4 并将项目更新到 Swift 5。这样做后,我遇到了大量与我的 Firebase Pods 相关的错误。 我已经解散了 pod 并再次安装,甚至尝试了 pod update。我也多次重新启动 Xcode,但无法自行清理这些错误。
有谁知道这里发生了什么?
如果您使用的是 Pod,请放入inhibit_all_warnings!您的 Podfile 并运行pod install以使警告静音。
inhibit_all_warnings!
pod install
我也有这个问题,但是 xCode 10.2 的官方版本。也许因为这些只是警告,它并没有阻止任何东西,但它正在减慢我的编译器,导致其他错误