Unity 5.6.2,Firebase Unity SDK 4.0.3,Cocoapod 1.3.1我将Firebase Auth包添加到Unity Project,Android正常运行。但是当我在iO上运行相同的项目时,在Unity中进行构建可以很好地运行,但是在编译过程中在XCode中失败

ld: library not found for -lGTMSessionFetcher clang: error: linker command failed with exit code 1

任何想法如何解决?

我试图添加Firebase Auth表单Unity SDK 4.1.0,但是由于以下原因,Unity开始失败:
iOS framework addition failed due to a Cocoapods installation failure.
Specs satisfying the 'Firebase/DynamicLinks (=4.0.4)' dependency were found, but they required a higher minimum deployment target

吊舱规格猫DynamicLinks输出
"platforms": {
   "ios": "7.0"
}

我的Unity项目中有9.0

最佳答案

当您打开.xcodeproj而不是.xcworkspace时,会发生此错误。

如所提到的here

07-24 09:45
查看更多