在我的 xcode 项目中,firebase realtime database
已经Analytics
实现并成功运行。为了实现,Firebase remote config
功能,我添加FirebaseRemoteConfig.framework
到Protobuf.framework
我的项目中。我收到以下消息的构建错误。我还没有编写任何与远程配置相关的代码。
Undefined symbols for architecture arm64:
"_kFIRAppIsDefaultAppKey", referenced from:
+[FIRRemoteConfig(FIRApp) receivedReadyToConfigureNotification:] in FirebaseRemoteConfig(FIRRemoteConfig+FIRApp_718fa6fc16d7fc9251249ec4e3a58ce2.o)
ld: symbol(s) not found for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)