Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

install xcode 5 side by side with xcode 4.x

Is it possible to install xcode 5 (release version NOT the developer preview) side by side with xcode 4.x? There seem to be compatibility issues with xib files created/edited with xcode 5 that won't open with older versions of xcode

like image 851
sigabrt Avatar asked Sep 30 '13 13:09

sigabrt


2 Answers

Drag your XCODE to /Applications folder, pick Keep Both on the prompt that showing up, so there will be 2 installed XCODE, your old one (XCODE 4) and the new one (XCODE 5)

enter image description here

like image 102
novalagung Avatar answered Oct 06 '22 04:10

novalagung


Is it possible to install xcode 5 (release version NOT the developer preview) side by side with xcode 4.x?

Sure. Here are three ways you can do it.

1.If you're registered as an Apple Developer, you can download previous versions of Xcode. Double click the downloaded XCode.dmg file. It would open the Xcode. Then go to File Menu --> Open --> Choose Your Project --> Click Open.

2.As @EPyLEpSY's comment, Rename your current version XCode.app to something like XCode4.app, then download XCode5 dmg from iOS Dev Center and extract to Applications directory.

3.When you are dragging xcode to applications folder after the downloaded .dmg extraction, choose "Keep Both" option from the Copy warning box.

There seem to be compatibility issues with xib files created/edited with xcode 5 that won't open with older versions of xcode

You can configure your xib files compatibility details in Interface Builder Document section to get rid of these issues.

enter image description here

enter image description here

enter image description here

enter image description here

Note: This will enable editing in Xcode earlier versions, but you will be unable to edit using the iOS 7 appearance.

like image 43
Shamsudheen TK Avatar answered Oct 06 '22 05:10

Shamsudheen TK