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

[!] CoconutKit (1.1.4) is not compatible with #<Pod::Platform:0x103d96968>. #401

Closed
paynetechnologies opened this issue Jul 14, 2012 · 4 comments

Comments

@paynetechnologies
Copy link

HELP!

Is this a problem with cocoapods or coconutkit?

thanks in advance

@alloy
Copy link
Member

alloy commented Jul 14, 2012

Hmm, can it be that you didn’t specify a platform in your Podfile?

E.g.

platform :ios
pod 'CoconutKit'

@paynetechnologies
Copy link
Author

Hi,

Here is the content of my podfile:

platform :iOS
pod 'CoconutKit', '1.1.4'

thanks

On Sat, Jul 14, 2012 at 12:55 PM, Eloy Durán <
reply@reply.github.com

wrote:

Hmm, can it be that you didn’t specify a platform in your Podfile?

E.g.

platform :iOS
pod 'CoconutKit'

Reply to this email directly or view it on GitHub:
#401 (comment)

@alloy
Copy link
Member

alloy commented Jul 14, 2012

Oops, the platform symbol should be :ios, not :iOS. In my case autocorrect did that when I commented, is that the for you as well, or do you have it actually capitalized in your podfile?

@paynetechnologies
Copy link
Author

Thanks, you're right...

I changed to lower case and it worked!

Thanks again,

On Sat, Jul 14, 2012 at 1:18 PM, Eloy Durán <
reply@reply.github.com

wrote:

Oops, the platform symbol should be :ios, not :iOS. In my case
autocorrect did that when I commented, is that the for you as well, or do
you have it actually capitalized in your podfile?


Reply to this email directly or view it on GitHub:
#401 (comment)

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

3 participants