I recently upgraded firebase to the latest version (5.6.1). Local builds are working just fine, however I get errors when using Unity Cloud build with the updated files.
Some of my errors include:
Error (Not a directory) occured whilst enumerating /BUILD_PATH/mybuildpath/temp.XXXXXX20190408-5674-13zy4z1/Pods/Headers/Private/Firebase/Firebase.h
Many more like this
Referenced from FIRMessagingExtensionHelper.o:
Undefined symbols for architecture armv7
ld: symbol(s) not found for architecture armv7
clang: error:
I've tried the solution found here: I continue to get errors. I also turned off library caching, and tried clean builds and always yield the same results.