We are using Polyline in one of our frameworks which in return is used in our app extensions.
With these changes the compiler won't complain about linking to not safe dylibs (full error message: linking against a dylib which is not safe for use in application extensions).
We are using
Polyline
in one of our frameworks which in return is used in our app extensions.With these changes the compiler won't complain about linking to not safe dylibs (full error message:
linking against a dylib which is not safe for use in application extensions
).These changes only affect the iOS target.