https://kotlinlang.org logo
Title
t

Torbilicious

06/14/2018, 2:44 PM
Hi! I am trying to compile kotlin-native from master, but running
./gradlew dependencies:update
says
> expected Xcode version 9.4.1, got 9.4,
. But running
/Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild -version
returns
Xcode 9.4.1
Build version 9F2000.
Am i doing something wrong?
s

Sam

06/14/2018, 3:07 PM
Do you have multiple versions of Xcode installed? You can check which one is active by using
xcode-select -p
from a terminal. Use
-s /path/to/other/xcode.app
to change it.
t

Torbilicious

06/14/2018, 4:13 PM
I only have one xcode version installed. But a computer restart seems to have fixed this problem.