Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Minimum hardware and software requirements to install Xcode 10.0

Tags:

xcode

xcode10

What are the minimum hardware and software specifications to install Xcode 10.0 in a MAC mini and Macbook Pro? How much RAM is required? What processor is required?

like image 589
Milan Rathod Avatar asked Jul 20 '18 11:07

Milan Rathod


1 Answers

These are specification for Xcode 10

  1. Xcode 10 requires a Mac running macOS 10.13.6 or later..

  2. Xcode 10 includes SDKs for iOS 12, watchOS 5, macOS 10.14, and tvOS 12.

  3. Xcode 10 supports running multiple concurrent versions of the Xcode app and of any associated tools such as Simulator.

  4. Xcode 10 can coexist with previous versions of Xcode.

reference: https://developer.apple.com/documentation/xcode_release_notes/xcode_10_release_notes

like image 55
MRizwan33 Avatar answered Nov 15 '22 22:11

MRizwan33