-
Notifications
You must be signed in to change notification settings - Fork 313
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
Comments
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 |
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 :) |
Quick question though, can I target iOS 7 with this library? I recognise that's pushing it a bit! |
ah ruby gems, got to love'em 😄. Glad you got it sorted out. |
Yes it can, but has to be source only. Not sure cocoa pods will support that 😕 |
Good to know, thanks very much! Awesome library by the way :) |
👍 Thanks! |
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
The text was updated successfully, but these errors were encountered: