- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
尝试在 cocos2d-x 4.0 中使用 CMake 集成 firebase 6.23.0 是否有可用的示例。
最佳答案
您可以执行以下工作以使用最新的 firebase sdks。
尝试直接从特定文件夹使用框架。例如对于 FirebaseCore 直接从这个目录添加框架 FirebaseCore.framework
"FirebaseCore.xcframework/ios-armv7_arm64/FirebaseCore.framework"
添加来自特定架构的所有框架,例如 iOS 设备 ios-armv7_arm64。
set(ios_frameworks
FirebaseCore
FirebaseCoreDiagnostics
FirebaseInstallations
FirebaseInstanceID
FirebaseMessaging
GoogleAppMeasurement
FIRAnalyticsConnector
FirebaseAnalytics
GoogleDataTransport
GoogleDataTransportCCTSupport
GoogleUtilities
PromisesObjC
Protobuf
nanopb
FirebaseCrashlytics
)
希望这会有所帮助。
关于c++ - 是否可以使用 cmake 为没有 pod 的 Xcode 11 链接 xcframework (FirebaseCore.xcframework)?我找不到例子,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/61929576/
在我的项目上运行 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。 尝试直接从特定
我是一名优秀的程序员,十分优秀!