【发布时间】:2019-08-28 16:41:59
【问题描述】:
我正在使用
"cordova-plugin-fcm-with-dependecy-updated": "^2.4.0",
"cordova-plugin-googleplus": "^8.0.0",
我已经添加了IOS平台
"cordova-ios": "^5.0.1",
当我尝试在 XCode 中构建它时,它失败并出现以下错误。
Undefined symbols for architecture x86_64:
"_OBJC_CLASS_$_GSDK_GTMLogger", referenced from:
objc-class-ref in GoogleIPhoneUtilities(GIPReachability.o)
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
注意:我已经尝试了这个问题中提到的所有内容。 Firebase Undefined symbols for architecture x86_64
如果我删除任何一个插件,构建工作正常。
【问题讨论】:
标签: ios firebase cordova ionic-framework google-plus