-
Notifications
You must be signed in to change notification settings - Fork 296
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
4.2.9 breaks iOS 7 compatibility #126
Comments
@strefethen Please update to v4.3.0 where we fixed this and which we released today and give it a try. |
@strefethen Did you test the update? |
@uerceg Not yet we're sticking on the build we have live (v4.2.0) for now. Is there a changelog available? I don't see one. |
@strefethen We recently had requirements for changelog feature and will introduce it as soon as we can. Regarding the calendar issue, it was already fixed in our |
Just FYI, we did a pod update today and found that 4.2.x is no longer compatible due to:
In ADJUtil.m
dateFormat.calendar = [NSCalendar calendarWithIdentifier:NSGregorianCalendar];
We've manually locked our build back to v4.2.4 but we previously had "~> 4.2.4" in our podfile and we were allowing it to float so this was an unexpected breaking change.
The text was updated successfully, but these errors were encountered: