Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to install Xcode from xip file

Tags:

xcode

xcode8

I am very new to macOS, I just need a mac with Xcode to compile my app. However, with macOS Sierra, I have a problem with my USB that is not working anymore (i can't plug my ipad pro)

Under OSX el capitan my usb works great, but now the problem is that app store offer me to download the Xcode 8.3 only that can work only on Sierra (strange they offer you to download something not compatible with your system but doesn't matter, it's apple). so the only way i have is to download manually the xcode 8.2.1

Now my question, how to install the Xcode_8.2.1.xip I just downloaded? and in near future, if I need to update xcode (I guess downloading myself a new version), how will I do? Also where the preferences and configurations settings are saved? does these preferences will be lost on each update?

like image 849
zeus Avatar asked Apr 27 '17 16:04

zeus


People also ask

How do I install Xcode from XIP on Windows?

Double-click the xip file and it will extract the Xcode application. Move Xcode to the Applications folder and you are good to go. The App Store should present the Xcode update once you update to Sierra (macOS 10.12). If it doesn't you can download Xcode directly from the App Store.

How do I install Xcode on my Mac?

You can install Xcode from any of the following sources: On your "Mac OS X Install" DVD, under Optional Installs, double-click Xcode. mpkg to install Xcode on your system. At the Mac App Store, download Xcode for free.

What is an XIP file extension?

An . XIP file is a XAR archive that can be digitally signed for integrity. The . XIP file format was introduced in OS X 10.9, along with Apple's release of Swift. . XIP allows for a digital signature to be applied and verified on the receiving system before the archive is expanded.


1 Answers

Double-click the xip file and it will extract the Xcode application. Move Xcode to the Applications folder and you are good to go.

The App Store should present the Xcode update once you update to Sierra (macOS 10.12). If it doesn't you can download Xcode directly from the App Store. The preferences are stored in /Users/<username>/Library/Preferences and are not impacted by updating the version of Xcode or OS.

like image 70
wintermute Avatar answered Sep 28 '22 17:09

wintermute