Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Restore Xcode 7.3.1 after Xcode 8 upgrade

Last night I went into my Application directory and renamed the Xcode.app to Xcode7.app

I then upgraded to Xcode 8 overnight.

When I came back in the morning, Xcode7.app was gone!! Nowhere to be found.

Now my project doesn't work on Xcode 8, upgrading to Swift 3.0 is impossible as many of my dependencies don't support it yet - and upgrading to swift 2.3 also doesn't work for some reason.

What happened to my Xcode 7 ? How do I get it back now?

like image 291
etayluz Avatar asked May 16 '26 00:05

etayluz


2 Answers

I did not have this problem, and I also renamed Xcode (to Xcode-7.app) before updating.

I'm guessing it's because rather than choosing 'update' from the app store, I went to apple's downloads page and downloaded from there.

Try renaming your new Xcode to Xcode8.app, then go to https://developer.apple.com/download/more/ and download Xcode 7.3.1.dmg.

like image 199
charmingToad Avatar answered May 17 '26 16:05

charmingToad


You can try this program:

https://github.com/KrauseFx/xcode-install

This program lets you install any Xcode version.

$ gem install xcode-install
$ xcversion list --all

...
7.0.1
7.1
7.1.1
7.2
7.2.1
7.3
7.3.1
8

$ xcversion install 7.3.1
like image 41
lastrada Avatar answered May 17 '26 16:05

lastrada



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!