Does a template exist that supports compose multip...
# compose
s
Does a template exist that supports compose multiplatform and cocoapods? I've run into about 25 different errors trying to get various versions working, and I'm about ready to throw it all away. The latest is the
error: java.lang.IllegalStateException: no implementation for FUN MISSING_DECLARATION name
error, which many seem to have had over the years, nobody REALLY knows why, and there are just random hacks to make it work.
I've had the app working, but wanted to integrate native login with Cocoapods. The app continues to run fine on Android, but iOS no longer compiles.
And I'm happy to do the work to make this work, but I'd like to see an actual template that has this combination. The online wizard doesn't have options to enable cocoapods, the wizard in Android Studio has cocoapods but without compose multiplatform.
k
I'd recommend to generate a new project with my wizard abd step by step migrate it to the cocoapods. I did it few weeks ago and Everything works. https://terrakok.github.io/Compose-Multiplatform-Wizard/ https://github.com/terrakok/MigrationToCocoapods
I did migration by the documentation