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

impossible to run in xcode 6 #48

Closed
nyekimov opened this issue Sep 19, 2014 · 1 comment
Closed

impossible to run in xcode 6 #48

nyekimov opened this issue Sep 19, 2014 · 1 comment

Comments

@nyekimov
Copy link

Hi guys, thank for your project. Now I am facing a problem, I still want to be able to support ios 6 and xcode 5 helps me to test apps in ios 6 simulator. Unfortunately, your last changes cause compilation error in xcode 5.
in AbstractActionSheetPicker.m
if (floor(NSFoundationVersionNumber) <= NSFoundationVersionNumber_iOS_7_1) { - xcode 5 has no NSFoundationVersionNumber_iOS_7_1.
Can you redesign the comparison? Am able to do it by myself in my code, but everytime I run pod install, the code gets overwritten

@skywinder
Copy link
Owner

It already done. Commit 0861e2c was fix this issue. I'll update pod to 1.1.13 soon.

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