Hello - sorry if this is not the right place to as...
# multiplatform
g
Hello - sorry if this is not the right place to ask this question -, I’m having problems running iosApp from AndroidStudio, but from Xcode runs perfectly. Version details in thread
The app compiles and everything but after creating the binary the output is:
Copy code
/Users/guilhermedelgado/Code/KMM/Expressus/build/ios/Debug-iphonesimulator/iosApp.app
null

Process finished with exit code 0
If I run the app with Xcode and then (with the simulator open) try to run via AndroidStudio I get:
Copy code
/Users/guilhermedelgado/Code/KMM/Expressus/build/ios/Debug-iphonesimulator/iosApp.app
CoreSimulator.framework was changed while the process was running.  This is not a supported configuration and can occur if Xcode.app was updated while the process was running.  Service version (944.5) does not match expected service version (932.2).

Process finished with exit code 0
Copy code
Android Studio Hedgehog | 2023.1.1 Patch 1
Build #AI-231.9392.1.2311.11255304, built on December 26, 2023
Runtime version: 17.0.7+0-17.0.7b1000.6-10550314 aarch64
VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o.
macOS 14.1.1
GC: G1 Young Generation, G1 Old Generation
Memory: 2048M
Cores: 10
Metal Rendering is ON
Registry:
    external.system.auto.import.disabled=true
    debugger.watches.in.variables=false
    ide.text.editor.with.preview.show.floating.toolbar=false
    ide.windowSystem.autoShowProcessPopup=true

Non-Bundled Plugins:
    com.jetbrains.kmm (0.8.1(231)-23)
    org.jetbrains.compose.desktop.ide (1.5.11)
Copy code
gradleComposeMultiplatform = "1.6.0-beta01"
kotlin = "1.9.22"
ksp = "1.9.22-1.0.17"
composeMultiplatformCompiler = "1.5.8-beta01"
androidxCompose = "1.6.0"
androidxComposeCompiler = "1.5.8-dev-k1.9.22-42b6ec2b037"
Any hint? Never happened before… I’ve bumped this versions but I would guess is not related 🤷
new KMP IDE plugin solved it