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. I am build and run the ios app in xcode though.
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.
Here is the error on error on ios app configuration:
Please check specified Xcode project file: can’t grab Xcode schemes with /usr/bin/xcodebuild -project /Users/ommitedforbrevity/./iosApp/iosApp.xcodeproj -list
Here are my versions:
Android Studio: 4.1.1
Xcode: 12.2 (12B45b)