Hi,
I'm trying to intergrate Firebase Analytics on my Unity project.
However, I'm facing below issue on iOS build:
ld: warning: directory not found for option '-L/Users/build/Library/Developer/Xcode/DerivedData/Unity-iPhone-ctavkeyqwnrrztgfgjtapwdnbsmp/Build/Intermediates/ArchiveIntermediates/Unity-iPhone/BuildProductsPath/Debug-iphoneos/GoogleToolboxForMac'
ld: warning: directory not found for option '-L/Users/build/Library/Developer/Xcode/DerivedData/Unity-iPhone-ctavkeyqwnrrztgfgjtapwdnbsmp/Build/Intermediates/ArchiveIntermediates/Unity-iPhone/BuildProductsPath/Debug-iphoneos/nanopb'
ld: library not found for -lGoogleToolboxForMac
clang: error: linker command failed with exit code 1 (use -v to see invocation)
I'm using Unity 5.6.1f1, XCode 8.2.1, Firebase 4.7.0, Play Service Resolver For Unity 1.2.59.
I read previous thread on this group, and tried to use Play Service Resolver latest version. But I faced above error on build.
And I tried Pod dependency on AppDependency.xml like this:
| <iosPod name="GoogleToolboxForMac" version="~> 2.1" minTargetSdk="7.0"> |
</
iosPod>
I saw Podfile was generated with AppDependency, so GoogleToolboxForMac installed.
I wonder what I did wrong or mistake.
Thanks,
Jinun