4

I got the follwoing error when trying to run a project that is using Google maps. Notice, I copy Google maps libraries manually. enter image description here

user836026
  • 10,608
  • 15
  • 73
  • 129

2 Answers2

12

Looks like the library you're using has a dependency on the Accelerate.framework. You should add it to your project.

Rhythmic Fistman
  • 34,352
  • 5
  • 87
  • 159
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
  • 10,608
  • 15
  • 73
  • 129
  • 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