DEPRECATED-mapbox-ios-sdk icon indicating copy to clipboard operation
DEPRECATED-mapbox-ios-sdk copied to clipboard

'RMFoundation.h' file not found in 1.6.1

Open devpascoe opened this issue 10 years ago • 20 comments

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

devpascoe avatar May 12 '15 00:05 devpascoe

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.

incanus avatar May 12 '15 00:05 incanus

+1. Had to revert to 1.6.0 too

tayhalla avatar May 19 '15 18:05 tayhalla

+1 Yep and me.

leeprobert avatar May 20 '15 09:05 leeprobert

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

akhenakh avatar May 22 '15 00:05 akhenakh

Me too!

goelv avatar May 22 '15 12:05 goelv

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?

georgbachmann avatar Jun 02 '15 13:06 georgbachmann

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 avatar Jun 02 '15 23:06 devpascoe

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

georgbachmann avatar Jun 03 '15 05:06 georgbachmann

@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

goelv avatar Jun 03 '15 06:06 goelv

nailed it!

devpascoe avatar Jun 03 '15 06:06 devpascoe

I am also seeing this issue.

chrisballinger avatar Jun 11 '15 17:06 chrisballinger

+1

bleft avatar Jul 07 '15 09:07 bleft

+1

sirkalmi avatar Jul 10 '15 12:07 sirkalmi

+1

carles94lafosca avatar Jul 14 '15 15:07 carles94lafosca

@friedbunny Want to take a look at this?

incanus avatar Jul 20 '15 16:07 incanus

Ah, my old nemesis: CocoaPods.

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

friedbunny avatar Jul 20 '15 21:07 friedbunny

0.37.0 0.38.beta2

aleksandr-vin avatar Jul 21 '15 06:07 aleksandr-vin

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

chrisballinger avatar Jul 21 '15 16:07 chrisballinger

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

ZavenArra avatar Aug 18 '15 05:08 ZavenArra

This is still an issue with release branch.

russellquinn avatar Sep 19 '15 21:09 russellquinn