Would anyone know if there's more to getting Compose to run on iOS simulator than just this? <https:...
a
Would anyone know if there's more to getting Compose to run on iOS simulator than just this? https://www.jetbrains.com/help/kotlin-multiplatform-dev/compose-multiplatform-create-first-app.html#run-your-application-on-ios I setup a new project in Android Studio with compose multiplatform, and the only thing I change from the provided code is adding
compose.ios.resources.sync=false
to the gradle.properties reason. When I click the run button I just get the message "Build failed in 1 sec" on the messages tab, and if I check the build tab it shows everything was successful. No other output. Any help would be greatly appreciated.
c
Can you open the xcode project in xcode and run it from there? that at least shortcircuits whether or not its an xcode/simulator issue or intellij/AS issue
to answer your question though. i can deploy successfully on both xocde and AS.
a
yeah, not working there, but also not entirely clear why. I think it's maybe because I have an x64_86 laptop and it looks like the binarys are for arm
I assume the simulators are whatever platform the computer is
c
Yeah. if its not working an xcode then try to get that figured out first. i haven't used an x86 apple laptop in like 5ish years so im not sure what that could be.
a
thanks for the help, did you ever see an error about the provisioning profile not having a valid signature?
c
i havent sorry