Ashley Figueira
Ashley Figueira
I fixed this issue by having the following configuration: ``` kotlin { android() ios() { binaries { framework { baseName = "shared" } } } } ``` And by adding...
@rb090 Sorry its meant to be ios() {} ... I have updated the my previous comment.
@rb090 If you are using this gradle plugin there is no reason you need the packForXcode is there? Have you added the two lines I mentioned to your gradle.properties file?...
For us this happened because one of our screens that we were testing with paparazzi had a `LottieAnimation` composable and it was causing this exact issue.