Hey, when I link my Kotlin Multiplatform framework...
# multiplatform
t
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
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
Ok, I had hoped that I can get rid of the warning and let the compiler check this for me.