I\'m getting the following error:
ld: library not found for -lGoogleAnalytics clang: error: linker command failed with exit code 1 (use -v to see in
In my case, the project uses CocoaPods. And some files are missing from my project.
So I install it from CocoaPods: https://cocoapods.org/.
And if the project uses CocoaPods we've to be aware to always open the .xcworkspace folder instead of the .xcodeproj folder in the Xcode.