ios - Biblioteca no encontrada para-lGTMSessionFetcher
firebase unity3d (0)
Unity 5.6.2, Firebase Unity SDK 4.0.3, Cocoapod 1.3.1 He agregado el paquete Firebase Auth a Unity Project y Android funciona bien. Pero cuando ejecuto el mismo proyecto en iOs, compilación en Unity funciona bien, pero falla en XCode durante la compilación
ld: library not found for -lGTMSessionFetcher clang: error: linker command failed with exit code 1
¿Alguna idea para solucionarlo?
Intenté agregar el formulario de Firebase Auth Unity SDK 4.1.0, pero Unity comenzó a fallar debido a:
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
pod espec cat salida DynamicLinks
"platforms": {
"ios": "7.0"
}
y tengo 9.0 en mi proyecto de Unity