I'm having some issues running a simple "Hello wor...
# compose-ios
m
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
Screenshot 2023-08-02 at 10.25.54 AM.png
p
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
Yes it's different, my case is running a simple cmp app on iOS with 1.5.0-beta01
👍 1
o
Does it crash in https://github.com/JetBrains/compose-multiplatform-ios-android-template#readme for you? Or could you please provide a project to reproduce?
d
There are some actions you need to do: Remove this line of code: https://github.com/JetBrains/compose-multiplatform-ios-android-template/blob/c20faa099552dac7bcc242c72fe49e1f260177e9/shared/build.gradle.kts#L25 And run command
./gradlew podInstall
once
m
It works now, thanks!
👍 1