I am creating an app targeted to iOS 7 and I want to use the MapBox. I added the
pod 'mapbox'
to my podfile, but 'pod install' responds to this:
[!] Mapbox
.
I can not switch back to the platform: IOS, '5.0' because I have other libraries that require later version Is there a cocopode for the Macbox that works with iOS 7?
Thank you!
Cocopod is case-sensitive. You must specify MapBox
Comments
Post a Comment