I'm having some issues running a simple "Hello world" on iOS with the new beta release.
The app runs successfully then crushes immediately.
Kotlin: 1.9.0
Compose: 1.5.0-beta01
👍 2
mohamed rejeb
08/02/2023, 9:26 AM
Screenshot 2023-08-02 at 10.25.54 AM.png
p
Pablichjenkov
08/02/2023, 11:30 AM
I had a similar one the other day due to a version mismatch. I was using a library compiled with cmp 1.5.0beta and my project was explicitly using CMP 1.4.5.
But perhaps yours is a different thing.
m
mohamed rejeb
08/02/2023, 11:39 AM
Yes it's different, my case is running a simple cmp app on iOS with 1.5.0-beta01