xcpretty / xcode-install

🔽 Install and update your Xcodes
https://fastlane.tools
MIT License
2.58k stars 237 forks source link

Missing tvOS & watchOS SDK from Xcode 12 installed with xcode_install #409

Open joristimmerman opened 3 years ago

joristimmerman commented 3 years ago

When installing Xcode 12 with xcode_install in a Fastfile:

xcode_install version:  '12.0',
             username: 'user@domain.com'

Only the following SDks seem to be installed

xcodebuild -showsdks
iOS SDKs:
        iOS 14.0                        -sdk iphoneos14.0
iOS Simulator SDKs:
        Simulator - iOS 14.0            -sdk iphonesimulator14.0
macOS SDKs:
        DriverKit 20.0                  -sdk driverkit.macosx20.0
        macOS 11.0                      -sdk macosx11.0

So we are missing the tvOS and watchOS sdks. Anyone know why and maybe know how we can use xcode_install to get Xcode with all sdks included?