Hi is it possible to use dynamic framework with decompose? I have issues with a library that breaks when using static framework.
a
Arkadii Ivanov
08/25/2023, 9:16 AM
Sorry, I don't know. I heard also about issues with Compose Multiplatform and dynamic frameworks. Can you try?
👍 1
f
Farid Benhaimoud
08/25/2023, 10:28 AM
Still waitinggg….🫤
a
Arkadii Ivanov
08/25/2023, 10:30 AM
Yeah, linking release may be a long task. Also, maybe moving from Cocoapods to the regular framework would help!
f
Farid Benhaimoud
08/25/2023, 10:44 AM
Check. I have used the jetbrains compose-ios template and it had cocoapods. I will try to migrate it to regular framework. I have tried to run without isStatic variable and it worked fine. I have read that if you want to share resources your framework needs to be dynamic