Unable to run ios emulator on fresh project

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)

Hello, @dstegner! I’ve found a similar question on StackOverflow, please check it out: Could not able run iOSApp in Kotlin multiplatform in Android Studio - Stack Overflow

Here was my stack overflow question.

TLDR: I needed to enable the zcode cli location within xcode. After that I recreated a fresh project and it ran no problems.