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

pod 2.1.3 for iOS 8.3 #49

Closed
emonster opened this issue Apr 9, 2015 · 7 comments
Closed

pod 2.1.3 for iOS 8.3 #49

emonster opened this issue Apr 9, 2015 · 7 comments

Comments

@emonster
Copy link

emonster commented Apr 9, 2015

Is there a pod 'EGOCache', '>= 2.1.3' for iOS 8.3
Nullability specifier '__nonnull' cannot be applied to non-pointer type 'NSString'; did you mean to apply the specifier to the pointer?

@shnhrrsn
Copy link
Member

shnhrrsn commented Apr 9, 2015

2.1.3 was pushed to cocoapods a little while ago.. Are you getting the error with 2.1.3 or 2.1.2?

@emonster
Copy link
Author

emonster commented Apr 9, 2015

Thank you!
Getting the error with 2.1.2

@bimawa
Copy link

bimawa commented Apr 9, 2015

Thx for fast update!

@emonster
Copy link
Author

Hi, when I use pod 'EGOCache', '>= 2.1.3' to get the update... I get...
"Unable to satisfy the following requirements: - EGOCache (>= 2.1.3) required by Podfile"
Is this the correct call? If I just use pod 'EGOCache' I get the old version 2.1.2

@emonster
Copy link
Author

ok, this way works, i get 2.1.3
pod 'EGOCache', :git => 'https://github.com/enormego/EGOCache.git'

@shnhrrsn
Copy link
Member

Yeah, if you explicitly specify it works fine -- I experience this myself for a while after a new release, eventually it starts working.

It's possible I'm doing something wrong with publishing, but AFAIK, all you're supposed to do after is pod trunk push.

@emonster
Copy link
Author

cool man, thank you!

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