I'm running some Unit Tests, which work fine without GoogleMaps. However, if I install GoogleMaps through pods, I get the error :
pod ld: framework not found GoogleMaps for architecture x86_64 clang: error: linker command failed with exit code 1 (use -v to see invocation)
I found some answers here which involve changing some build settings, but nothing is working, and mostly the questions were about the error appearing when installing GoogleMaps without pods.
Any idea how I could solve that?