Hi, I want to use iOS framework in iOSMain code of...
# multiplatform
c
Hi, I want to use iOS framework in iOSMain code of shared module of KMM. How can I use the iOS framework in shared module? It doesn’t mean that I want to use the iOS framework features on Android. Just it’s okay to use in iOS platform specific code of KMM module
c
Awesome, thanks @Konstantin Tskhovrebov
Hi @Konstantin Tskhovrebov, I was able to add frameworks in kmm module. But when I use this kmm module in another kmm module, the frameworks seems to be not linked.
Do you have any idea about this?