You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: