- Java 双重比较
- java - 比较器与 Apache BeanComparator
- Objective-C 完成 block 导致额外的方法调用?
- database - RESTful URI 是否应该公开数据库主键?
我收到以下错误
ld: framework not found FirebaseCore
clang: error: linker command failed with exit code 1 (use -v to see invocation)
我已经尝试了所有的方法,比如清理、重新集成、更新和安装 PODS,但似乎没有任何效果。请帮忙。这是我的 PODFILE。在过去的两周里,我一直在为这件疯狂的事情而苦苦挣扎
target 'MyProject' do
use_modular_headers!
# use_frameworks!
pod 'GoogleMaps'
pod 'GooglePlaces'
pod 'Alamofire'
pod 'SwiftyJSON'
pod 'SwiftKeychainWrapper'
pod 'FBSDKCoreKit', '4.35'
pod 'FBSDKShareKit', '4.35'
pod 'FBSDKLoginKit', '4.35'
pod 'GoogleSignIn'
pod 'Firebase/Core'
pod 'Firebase/Auth'
pod 'Firebase/Database'
pod 'Firebase/Storage'
pod 'Firebase/Crash'
pod 'FirebaseStorageCache'
end
最佳答案
如果您查看 Xcode 中的工作区但无法从那里深入到项目,那么您的问题是您的工作区未正确打开。在工作区资源管理器中,项目名称旁边应该有一个展开箭头。在我的例子中,这是因为 Xcode 在打开工作区之前首先打开了项目文件。由于该项目已在使用中,因此工作区无法再次使用它。没有适当的错误消息来提醒您这种情况。
修复:
现在您应该能够从您的工作区深入了解您的 Xcode 项目。
作为 CocoaPods 和 Analytics 的新手以及使用 Workspaces,我一直在努力解决这个问题。我已将 CocoaPods 和 Firebase 添加到之前未使用过 CocoaPods 的现有应用程序中。添加 CocoaPods 后,您应该只通过工作区打开 Xcode 项目。
FWIW:我发现此链接有助于了解发生了什么:Xcode Project vs. Xcode Workspace - Differences
关于ios - 找不到框架 FirebaseCore,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/52152877/
在我的项目上运行 pod update 后,我现在收到错误: 'FirebaseCore/FirebaseCore.h' file not found 和(我想象相关): Could not buil
尝试使用 faSTLane 和 CocoaPods 编译带有 react-native-firebase 的 react-native 项目时出错: In file included from /Us
我正在尝试在我的 iOS 应用程序中手动导入和使用 Firebase 框架。我从基本的最低限度的 Analytics 框架开始(然后我将添加其余的框架)。 我按照这个 tutorial 来手动将 Go
我在 xcode 项目上尝试 Product -> Archive 时遇到问题。我收到错误消息: 'FirebaseCore/FirebaseCore.h' file not found Could
在 Podfile 中,当全局使用 use_frameworks! 将 swift pod 集成到我的 react native 项目中时,Firebase pod 文件开始出错Firebase po
我能够在 XCODE 和模拟器中以 Debug模式运行应用程序而不会出现任何错误。但是当我为 Release模式构建时,构建失败并出现以下 2 个错误: 找不到“FirebaseCore/Fireba
所以我在用 firebase 编译我的项目时遇到了问题。这个问题开始于我更新了我所有的 firebase pods。自从我更新 pod 以来,我一直收到此错误 Lexical or preproces
我收到以下错误 ld: framework not found FirebaseCore clang: error: linker command failed with exit code 1 (u
所以,这个问题不是关于如何修复某些东西,而是关于它是如何以这种方式工作的。 我想在我的应用中使用 FirebaseMessage 来推送通知,它依赖于 FirebaseCore。我开始只是将 Fire
我正在尝试将 Firebase 云消息传递集成到 iOS 应用程序中。添加了 Firebase Core 和 Firebase Messaging pod 并进行了所有必需的设置。 下面是使用的 Po
从 CocoaPods 迁移到 Carthage 时,我们的 Firebase 实现出现以下错误: This app could not be installed at this time. Doma
我正在使用 cocoapod 版本 /Library/Ruby/Gems/2.3.0/gems/cocoapods-1.7.3/lib/cocoapods.rb, Swift 5和 Xcode 10.
我正在尝试添加 Geofirestore我在 GitHub 上找到的 pod 所以我可以将地理位置经度和纬度添加到社交媒体应用程序中的帖子中。我的 pod 文件看起来像这样 pod 'Firebase
我今天打了pod update并且只有 FirebaseCore 从版本 3.4.6 更新到 3.4.7。之后我收到以下错误,无论我清理所有工作区,再次结帐等多少次,每次我得到这个新版本时,我在编译时
尝试在 cocos2d-x 4.0 中使用 CMake 集成 firebase 6.23.0 是否有可用的示例。 最佳答案 您可以执行以下工作以使用最新的 firebase sdks。 尝试直接从特定
我是一名优秀的程序员,十分优秀!