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

Crash on iOS 7.x #83

Closed
iShawnWang opened this issue Nov 8, 2016 · 1 comment
Closed

Crash on iOS 7.x #83

iShawnWang opened this issue Nov 8, 2016 · 1 comment

Comments

@iShawnWang
Copy link

JLRRouteRequest Line 81
@property (nullable, copy) NSArray<NSURLQueryItem *> *queryItems NS_AVAILABLE(10_10, 8_0);

Cause Crash on device with iOS 7.x

@joeldev
Copy link
Owner

joeldev commented Nov 8, 2016

Ah, sorry about that. Unfortunately, I am not interesting in maintaining a 7.x compatible-version of the latest code, given how much code is saved by using queryItems. I recommend continuing to use JLRoutes version 1.6.4 (tagged in git and also available via cocoapods) until you no longer have to support 7.x. I'll update the project to explicitly require 8.0. Thanks!

@joeldev joeldev closed this as completed Nov 8, 2016
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