Hey,
when I link my Kotlin Multiplatform framework with an iOS app extension, I get this warning:
„Linking against a dylib which is not safe for use in application extensions“
In Xcode I can set this build flag APPLICATION_EXTENSION_API_ONLY. I think I need to add this somehow to my framework target in the grade build script.
Somebody knows how?
t
Thomas
02/18/2020, 10:14 AM
I don’t know how to add the flag but like you said it is just a warning. It will work fine as long as you use supported frameworks.
t
Tim Hauptmann
02/18/2020, 10:55 AM
Ok, I had hoped that I can get rid of the warning and let the compiler check this for me.