Hi all, giving the KMM plugin a try, but the default iosApp config not seems to be working. Do I nee...
x
Hi all, giving the KMM plugin a try, but the default iosApp config not seems to be working. Do I need to set this up with xcode? 🤔
Copy code
Error: Please check specified Xcode project file: can't grab Xcode schemes with /usr/bin/xcodebuild -project /Users/xxfast/Developer/KMM/OpenWeather/./iosApp/iosApp.xcodeproj -list
👀 1
3
k
What is the output of
/usr/bin/xcodebuild -project /Users/xxfast/Developer/KMM/OpenWeather/./iosApp/iosApp.xcodeproj -list
being run from command line?
x
im getting this
Copy code
xcode-select: error: tool 'xcodebuild' requires Xcode, but active developer directory '/Library/Developer/CommandLineTools' is a command line tools instance
k
It looks like your Xcode is not configured correctly. Xcode installation is necessary for performing operations.
n
I have the same issue, while running from xcode works well, but yeah probably a configuration issue 🤔
k
First step to check your environment is open iosApp.xcodeproj inside Xcode and run ios application. If it works well then problem is on kmm side and we should research it 👨‍💻
👍 1
n
Yes @Konstantin Tskhovrebov it does work as expected when running from Xcode. Also I heard other people experiencing the same issue. Do you require more detailed environmental info?
k
Can you report issue to https://youtrack.jetbrains.com/issues/KT ? and attach your output for
/usr/bin/xcodebuild -project [path to xcodeproj file] -list
please
👍 1
n