I got the follwoing error when trying to run a project that is using Google maps. Notice, I copy Google maps libraries manually.
Asked
Active
Viewed 1,338 times
4
user836026
- 9,695
- 13
- 69
- 120
2 Answers
12
Looks like the library you're using has a dependency on the Accelerate.framework. You should add it to your project.
Rhythmic Fistman
- 33,182
- 5
- 81
- 149
0
I was trying to use Google maps SDK without CocoaPods, and that is why I was getting those errors. Finally, I gave up and just used CocoaPods method :-(
I dont know why Google force developers to use CocoaPods. They should gave developers the two options and let developer choose.
user836026
- 9,695
- 13
- 69
- 120
-
True,I completely agree with you - although CocoaPods and dependency managers have its benefits.. However, you are still able to add the GoogleMaps SDK without CocoaPods - http://stackoverflow.com/questions/31782277/googlemaps-without-cocoapods – dsafa Dec 14 '15 at 09:11