We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
navigationView.showRoutes
NSPredicate: Use of 'mgl_interpolate:withCurveType:parameters:stops:' as an NSExpression function is forbidden
maplibre-native
if #available(iOS 15, *) { circleExpression = NSExpression( forMGLInterpolating: NSExpression(forConstantValue: mag), curveType: .linear, parameters: nil, stops: NSExpression(forConstantValue: stops)) } else { // This works up to iOS 14.5 circleExpression = NSExpression( format: "mgl_interpolate:withCurveType:parameters:stops:(mag, 'linear', nil, %@)", stops) }
The text was updated successfully, but these errors were encountered:
I confirm
Sorry, something went wrong.
I think we can close this as it was resolved in #33
Ok, please reopen if this occurs again 👍
No branches or pull requests
Steps to Trigger Behavior
navigationView.showRoutes
causes the errorActual Behavior
Version(s) affected
Additional context
maplibre-native
library: Fix for "NSExpression function is forbidden" maplibre-native#411maplibre-native
: Remove patched NSExpressions maplibre-native#331The text was updated successfully, but these errors were encountered: