Open devpascoe opened 9 years ago
Here's the version diff:
https://github.com/mapbox/mapbox-ios-sdk/compare/1.6.0...mapbox:1.6.1
Probably related to the public_header_files
bit, which might need to be reconsidered.
+1. Had to revert to 1.6.0 too
+1 Yep and me.
see my pull request https://github.com/mapbox/mapbox-ios-sdk/pull/636
Me too!
Reverting to 1.6.0 by doing pod 'Mapbox-iOS-SDK', '~> 1.6.0'
didn't work for me. It still installed 1.6.1. Any ideas?
use this instead pod 'Mapbox-iOS-SDK', '1.6.0'
That way you are specifying what version you want. Just make a mental note to change it back when this issue is resolved.
@devpascoe ahhhhhh.... so my ~>
made it fetch 1.6.1. Thanks for the hint!!!
@georgbachmann this helped me identify how to lock down the library version I wanted and what each of the operators meant.
nailed it!
I am also seeing this issue.
+1
+1
+1
@friedbunny Want to take a look at this?
Ah, my old nemesis: CocoaPods.
(Why doesn't anyone post what version of CocoaPods they are using? :crying_cat_face:)
0.37.0 0.38.beta2
This is a modified 1.6.1 podspec I've been using. I also updated the dependencies because they were a few versions behind, with no apparent side effects.
https://github.com/Burning-Man-Earth/iBurn-iOS/blob/master/Podspecs/Mapbox-iOS-SDK.podspec
Current release branch does not solve this issue for me, only thing that hit it was @chrisballinger custom podspec.
This is still an issue with release branch.
Just got that error after a pod update. Had to revert to 1.6.0