在 iOS 模块中的 Libgdx 中实现 firebase 时未找到框架

No Framework found while implementing firebase in Libgdx in iOS module

我正在尝试在 Libgdx 项目的 iOS 模块中添加 FCM,我已经找到 robobpods 来安装 firebase pod。我遵循了该库中提供的指南,但是在构建项目时它说找不到 firebase 框架。

[ERROR] 22:53:12.055 ld: framework not found FirebaseMessaging
[ERROR] 22:53:12.068 clang: error: linker command failed with exit code 1 (use -v to see invocation)
[ERROR] Couldn't compile app
org.apache.commons.exec.ExecuteException: Command '[/Users/amar/Downloads/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++, -o, 

alt pods 绑定适用于更新版本的 firebase。 一般来说,你应该复制 Firebase/FirebaseMessaging/FirebaseMessaging.xcframework/ios-i386_x86_64-simulator/FirebaseMessaging.framework 到文件夹 sim_libs(或任何你喜欢的) 然后添加


<frameworkPaths>

<path variant="device">arm_libs</path>

<path variant="simulator">sim_libs</path>
</frameworkPaths>

到 robovm.xml 你也应该 copyios-armv7_arm64variants toarm_libs` 到 运行 在设备上