Hello, I'm making a project with Compose Multiplatform.
I meet these error and googled all day but I can't find the answer..
what should I do?
p
Per Jaakonantti
06/18/2024, 2:47 PM
I’m assuming this is an iOS issue only?
What does your Run/Debug Configurations look like? (iosApp --> Edit configurations)
And what does your ContentView.swift look like?
Have you tried running the project from Xcode?
u
권용민
06/18/2024, 4:49 PM
Thank you. I run the project in Xcode and find some problems. So add some dependencies (fcm) and errors are solved. Thank you!
but I don't understand why should I run the project in Xcode..