mapbox / DEPRECATED-mapbox-ios-sdk

REPLACED – use https://www.mapbox.com/ios-sdk instead
https://github.com/mapbox/mapbox-gl-native
Other
322 stars 8 forks source link

'RMFoundation.h' file not found in 1.6.1 #631

Open devpascoe opened 9 years ago

devpascoe commented 9 years ago

Just got that error after a pod update. Had to revert to 1.6.0

incanus commented 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.

tayhalla commented 9 years ago

+1. Had to revert to 1.6.0 too

leeprobert commented 9 years ago

+1 Yep and me.

akhenakh commented 9 years ago

see my pull request https://github.com/mapbox/mapbox-ios-sdk/pull/636

goelv commented 9 years ago

Me too!

georgbachmann commented 9 years ago

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?

devpascoe commented 9 years ago

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.

georgbachmann commented 9 years ago

@devpascoe ahhhhhh.... so my ~> made it fetch 1.6.1. Thanks for the hint!!!

goelv commented 9 years ago

@georgbachmann this helped me identify how to lock down the library version I wanted and what each of the operators meant.

http://guides.cocoapods.org/syntax/podfile.html#pod

devpascoe commented 9 years ago

nailed it!

chrisballinger commented 9 years ago

I am also seeing this issue.

bleft commented 9 years ago

+1

sirkalmi commented 9 years ago

+1

carles94lafosca commented 9 years ago

+1

incanus commented 9 years ago

@friedbunny Want to take a look at this?

friedbunny commented 9 years ago

Ah, my old nemesis: CocoaPods.

(Why doesn't anyone post what version of CocoaPods they are using? :crying_cat_face:)

aleksandr-vin commented 9 years ago

0.37.0 0.38.beta2

chrisballinger commented 9 years ago

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

ZavenArra commented 9 years ago

Current release branch does not solve this issue for me, only thing that hit it was @chrisballinger custom podspec.

russellquinn commented 9 years ago

This is still an issue with release branch.