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
Conditionalized some usages of NSURLComponents methods that were only
added later.
Tested both the old and new code paths.
Clean bill of health from Deploymate.
Fixes#1362
There were some calls to methods on NSURLComponents that were only added in iOS 8 / macOS 10.10, and one in particular that crashed this app, that's only available in iOS 9 / macOS 10.11.
I've added workarounds to use alternate code if those methods are not available at runtime.
App crashes due to an iOS 9+ API
rangeOfPath
.The text was updated successfully, but these errors were encountered: