Skip to content
This repository has been archived by the owner on May 9, 2018. It is now read-only.

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

Open
devpascoe opened this issue May 12, 2015 · 20 comments
Open

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

devpascoe opened this issue May 12, 2015 · 20 comments

Comments

@devpascoe
Copy link

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

@incanus
Copy link
Contributor

incanus commented May 12, 2015

Here's the version diff:

1.6.0...mapbox:1.6.1

Probably related to the public_header_files bit, which might need to be reconsidered.

@tayhalla
Copy link

+1. Had to revert to 1.6.0 too

@leeprobert
Copy link

+1 Yep and me.

@akhenakh
Copy link

see my pull request #636

@goelv
Copy link

goelv commented May 22, 2015

Me too!

@georgbachmann
Copy link

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
Copy link
Author

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
Copy link

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

@goelv
Copy link

goelv commented Jun 3, 2015

@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
Copy link
Author

nailed it!

@chrisballinger
Copy link

I am also seeing this issue.

@bleft
Copy link

bleft commented Jul 7, 2015

+1

2 similar comments
@sirkalmi
Copy link

+1

@carles94lafosca
Copy link

+1

@incanus
Copy link
Contributor

incanus commented Jul 20, 2015

@friedbunny Want to take a look at this?

@friedbunny friedbunny self-assigned this Jul 20, 2015
@friedbunny
Copy link
Contributor

Ah, my old nemesis: CocoaPods.

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

@aleksandr-vin
Copy link

0.37.0
0.38.beta2

friedbunny added a commit that referenced this issue Jul 21, 2015
@chrisballinger
Copy link

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
Copy link

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

@russellquinn
Copy link

This is still an issue with release branch.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests