Hi is there any workaround for this issue? Adding ...
# compose-ios
m
Hi is there any workaround for this issue? Adding
kotlin.native.cacheKind=none
did not help to solve the issue https://github.com/JetBrains/compose-multiplatform/issues/2046
I see in offical template cocoaPods is used. Can it be also the reason to use regular framework instead of cocoaPods?
o
As far as I remember only cocoaPods is known to work fine for now. But support for regular framework is planned too. @Nikita Lipsky Nikita, could you please confirm it or correct me? Please add a comment to the issue with a reproducer if possible. Do you have exactly the same error message?
n
Yes, regular framework is planned. The problem with it now is managing resources that we have to add to our gradle plugin
m
Yes it was the same error message. After changing to cocoapoads it is fixed. Thank you 👍