I'm trying to get started again with iOS developme...
# multiplatform
d
I'm trying to get started again with iOS development on KMM and upgraded gradle, the plugs, AndroidStudio etc. And when I run or debug the getting started example https://kotlinlang.org/docs/kmm-create-first-app.html for iOS, the build succeeds but the run/debug fails with: Error returned in reply: Connection invalid
Copy code
/Users/davetrollope/AndroidStudioProjects/KMMEG2022B/build/ios/Debug-iphonesimulator/iosApp.app
Error returned in reply: Connection invalid
com.intellij.execution.ExecutionException: Error returned in reply: Connection invalid

Process finished with exit code 0
Android project runs fine. Ideas? (edited)
a
Have you added an App Transport Security permissions in your plist?
d
@azharkova I'll try that - I didn't - expected the example to be ready to go
Before I changed anything and did this, I thought, let me just verify its still failing. And its not. I am not aware of anything being changed, but now it works 🤷