xcpretty / xcode-install

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

Errors when installing Xcode 11 #356

Open saghul opened 4 years ago

saghul commented 4 years ago

Hi there! 👋

I got the following errors when installing Xcode 11 (I used --verbose):

file added: /Applications/Xcode-11.app/Contents/Applications/Accessibility Inspector.app/Contents/Frameworks/AccessibilitySupport.framework/.BC.D_R6sZsk
file added: /Applications/Xcode-11.app/Contents/Applications/Accessibility Inspector.app/Contents/Frameworks/AccessibilitySupport.framework/.BC.D_POPwjR
file added: /Applications/Xcode-11.app/Contents/Applications/Accessibility Inspector.app/Contents/Frameworks/AccessibilitySupport.framework/.BC.D_5XPVg4
file added: /Applications/Xcode-11.app/Contents/Applications/Accessibility Inspector.app/Contents/Frameworks/AccessibilitySupport.framework/.BC.D_d2DXgY
file added: /Applications/Xcode-11.app/Contents/Applications/Accessibility Inspector.app/Contents/Frameworks/AccessibilitySupport.framework/.BC.D_2530Dp
rm: /Applications/Xcode-11.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/Applications/MobileMail.app/sk.lproj: Directory not empty
rm: /Applications/Xcode-11.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/Applications/MobileMail.app: Directory not empty
rm: /Applications/Xcode-11.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/Applications: Directory not empty
rm: /Applications/Xcode-11.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot: Directory not empty
rm: /Applications/Xcode-11.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources: Directory not empty
rm: /Applications/Xcode-11.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents: Directory not empty
rm: /Applications/Xcode-11.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime: Directory not empty
rm: /Applications/Xcode-11.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes: Directory not empty
rm: /Applications/Xcode-11.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles: Directory not empty
rm: /Applications/Xcode-11.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator: Directory not empty
rm: /Applications/Xcode-11.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer: Directory not empty
rm: /Applications/Xcode-11.app/Contents/Developer/Platforms/iPhoneOS.platform/Library: Directory not empty
rm: /Applications/Xcode-11.app/Contents/Developer/Platforms/iPhoneOS.platform: Directory not empty
rm: /Applications/Xcode-11.app/Contents/Developer/Platforms: Directory not empty
rm: /Applications/Xcode-11.app/Contents/Developer: Directory not empty
rm: /Applications/Xcode-11.app/Contents: Directory not empty
rm: /Applications/Xcode-11.app: Directory not empty
sh: /Applications/Xcode-11.app/Contents/Developer/usr/bin/xcodebuild: No such file or directory
Print: Entry, "::DTXcode", Does Not Exist

After that, when I try to install another version I got this:

sh: /Applications/Xcode-11.app/Contents/Developer/usr/bin/xcodebuild: No such file or directory
sh: /Applications/Xcode-11.app/Contents/Developer/usr/bin/xcodebuild: No such file or directory
Print: Entry, "::DTXcode", Does Not Exist
sh: /Applications/Xcode-11.app/Contents/Developer/usr/bin/xcodebuild: No such file or directory
Print: Entry, "::DTXcode", Does Not Exist

Any ideas about what could have gone wrong?