找不到-lGTMSessionFetcher的库

Gen*_*kyy 6 unity-game-engine ios cocoapods firebase firebase-authentication

Unity 5.6.2,Firebase Unity SDK 4.0.3,Cocoapod 1.3.1我将Firebase Auth软件包添加到Unity Project并且Android工作正常.但是当我在iOs上运行相同的项目时,Unity中的构建运行正常,但在编译期间在XCode中失败

ld: library not found for -lGTMSessionFetcher clang: error: linker command failed with exit code 1 
Run Code Online (Sandbox Code Playgroud)

任何想法如何解决它?

我试图添加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
Run Code Online (Sandbox Code Playgroud)

pod spec cat动态链接输出

"platforms": {
   "ios": "7.0"
}
Run Code Online (Sandbox Code Playgroud)

我的Unity项目中有9.0

Kev*_*off 3

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

正如这里提到的