Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to build project in XCode 6.1.1 #60

Closed
johnmckay-reward opened this issue Feb 26, 2015 · 7 comments
Closed

Unable to build project in XCode 6.1.1 #60

johnmckay-reward opened this issue Feb 26, 2015 · 7 comments

Comments

@johnmckay-reward
Copy link

I get the following error when I try and build a fresh project in XCode 6.1.1 after adding this library via CocoaPods.

Anybody experienced this before and know what the deal is?

https://imgur.com/oaLSsfC

Cheers

@daltoniam
Copy link
Owner

I haven't experienced this issue with my test pod project, are you running the cocoapods beta?

If you're not running the beta, use gem install cocoapods --pre to upgrade to the beta (it is a beta, so use at your own risk 😄 ).

@johnmckay-reward
Copy link
Author

Yeah you can close this, figured it out.

Basically installed the non beta version first, then installed the beta and it didn't install (so I was still on v35 of CocoaPods).

Ran the uninstall gem command and it didn't uninstall, ran the command to install the beta and it didn't work! pod was still there and reporting version v35, even after a restart.

Ended up having to delete the gem directory and things started to work again

Bit of the PITA but cooking with gas now, thanks :)

@johnmckay-reward
Copy link
Author

Quick question though, can I target iOS 7 with this library? I recognise that's pushing it a bit!

@daltoniam
Copy link
Owner

ah ruby gems, got to love'em 😄. Glad you got it sorted out.

@daltoniam
Copy link
Owner

Yes it can, but has to be source only. Not sure cocoa pods will support that 😕

@johnmckay-reward
Copy link
Author

Good to know, thanks very much! Awesome library by the way :)

@daltoniam
Copy link
Owner

👍 Thanks!

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

No branches or pull requests

2 participants