Unable to run fresh kotlin multiplatform app on ios

Viewed 1006

Doing a fresh install of a kotlin multiplatform app I am unable to get the ios app to run. Android works just fine. My issue is Android Studio is unable to find xcode project schemes.

Following the tutorial from kotlin lang website get started it seems like it should just be able to run: https://kotlinlang.org/docs/mobile/create-first-app.html#run-on-a-different-iphone-simulated-device.

enter image description here

Here are my versions: Android Studio: 4.1.1 Xcode: 12.2 (12B45b)

EDIT 1:

Here is the error mentioned in the configuration page of android studio:

Please check specified Xcode project file: can't grab Xcode schemes with /usr/bin/xcodebuild -project /Users/ommitedforbrevity/./iosApp/iosApp.xcodeproj -list

EDIT 2:

Log also shows several errors like this: TextMate bundle load error: Bundle mdx can't be registered

I confirmed that the bundled plugin TextMate Bundles is included and enabled.

0 Answers
Related