I see in offical template cocoaPods is used. Can it be also the reason to use regular framework instead of cocoaPods?
o
Oleksandr Karpovich [JB]
06/01/2023, 8:42 AM
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
Nikita Lipsky
06/01/2023, 8:52 AM
Yes, regular framework is planned. The problem with it now is managing resources that we have to add to our gradle plugin
m
Mirzamehdi
06/01/2023, 11:32 AM
Yes it was the same error message. After changing to cocoapoads it is fixed. Thank you 👍