Every time I open my application using Xcode, I get this error:
ld: library not found for -lGoogleAnalyticsServices clang: error: linker command failed with exit code 1 (use -v to see invocation)
Then I need to libGoogleAnalyticsServices.a file and mark it again. After removing / checking the target, the application works fine ...

I get 2 other warnings when this happens:
ld: warning: directory not found for option '-L/Users/vision/Documents/Apps/Mijn Cijfers/Mijn' ld: warning: directory not found for option '-LCijfers'
Now it looks like Xcode cannot read spaces and is looking for a new Cijfers directory. My application is called: Mijn Cijfers, but I have never had this problem before with spaces in the name of my project.
Each time I check / libGoogleAnalyticsServices.a target flag, new lines are added to the library search path:

I think both cases should do something with the warnings and errors that I receive. It is very annoying to remove the search paths in the library and check / unmark the target so that my application starts up normally. -.-
Does anyone know a solution to solve this odd error?
ios xcode xcode7 target google-analytics-sdk
Sebastiaan de weert
source share