I can't upgrade Xcode. What can I do? - xcode

I have Xcode version 8.3
macOS: 10.12.6 (I can´t upgrade)
rect-native: 0.59.5
watchman: 4.9.0
I can't upgrade because my Mac is too old and the project that comes with the react native is for the new version of Xcode.
What can I do?
All this is because I can´t program in react-native that is not compatible white Xcode 8 the new version and I can´t use and oldest version.
I have looked for previous versions I downloaded from Github. RN Version 0.55.4 there says that is for Xcode 8.3 but that doesn't work.
how do you program?

You can download any previous or current version (from 7.0 up to 10.2) of XCode using links, listed here:
https://stackoverflow.com/a/46652775/10556960
You will need to sign in with your Apple Developer account at developer.apple.com, tho.

According to Xcode Releases, the latest Xcode that runs on macOS 10.12.6 is Xcode 9.2.

Related

Install XCode on MacOS 10.15 Catalina

I'm getting an error where I can't install XCode because my MacOS version is 10.15 when the requirement is version 11 or higher.
I don't want to upgrade my mac version because this is a company laptop so my other development tools might get affected.
How do I create a workaround for this?
The latest version of Xcode you can run on Catalina (10.15.4) is Xcode 12.4 and Command Line Tools 12.4.
You can download older versions of Xcode and the Command Line Tools from Apples developer site.
https://developer.apple.com/download/all/?q=xcode
You can check which Xcode version is supported by your OS here; https://developer.apple.com/support/xcode/
You can download all versions of Xcode from this site
https://xcodereleases.com

Xcode can’t be installed on “Macintosh HD” because macOS version 10.13.6 or later is required

I am struggling to build app with unity on xcode.
In the beginning, I could not build the app on my iPhone from xcode because I got this error
This iPhone 8 (Model A1863, A1905, A1906, A1907) is running iOS
12.1.2 (16C101), which may not be supported by this version of Xcode.
I also tried to install the older version xcode but it did not work since it requires new version as mentioned above.
Then, I attempted to reinstall xcode now and got error
Xcode can’t be installed on “Macintosh HD” because macOS version
10.13.6 or later is required.
I am using version 10.12.6 macOS Sierra and I think that there should be available installation version 10.13.6 on my App Store but 10.13 doesn't show up in my app store updates section.
Therefore, I went to Apple official page to upgrade to 10.13 but it said that this update requires macOS version 10.13.
I cannot install even version version 10.13.
How can I update my OS and install xcode to solve this issue ?
find the Xcode version corresponding to your current OS version here https://developer.apple.com/support/xcode/
download it using your Apple Developer account here https://developer.apple.com/download/
To Install the latest macOs version,
click on apple icon click on About this Mac, then click on software update
It will show you latest macOs version available, then you can install latest version of XCode
Install Latest Mac Os Youtube video
You need to download macOS version 10.13.6. You can download it from here You may need to have a developers account but you can get a free one by going to Apple developers. You may need to google that. Once you get 10.13.6 loaded you can then download Xcode 10.1
I had same problem
You must upgrade to latest macOS version.

Xcode can’t be installed on “Macintosh HD”

Xcode can’t be installed on “Macintosh HD” because macOS version 10.12.6 or later is required.
my macitosh version is 10.12 but when i searched for update it asks no updates are available
An older Xcode version needs to be installed that is compatible with your macOS version. Older versions can be found here https://developer.apple.com/download/more/?q=xcode
You could install the latest version of Xcode which also has command line tools that support your version of macOS. For instance, if you have macOS 10.12 and there is a download titled Command Line Tools (macOS 10.12) for Xcode 9.2 then you should be safe to install Xcode version 9.2

XCode 4.6.3 crash everytime I open it on OS X 10.9.3

I updated Mavericks 10.9.2 to 10.9.3 and downloaded Xcode 6 beta. One of my project is still in Xcode 4.6.3. So now whenever I open this project Xcode crashes with the following pop up.
It was working fine in OS X 10.9.2. Is it OS related issue? Please help
I had similar issue. This can be fixed using
`sudo mv /System/Library/PrivateFrameworks/MobileDevice.framework{,-saved}`
This will ask for system component installation and then Xcode starts working.
I recommend to use latest version of Xcode 6.x.
Try this:
sudo mv /System/Library/PrivateFrameworks/MobileDevice.framework{,-saved}
Javi Campana's answer and Iron Eagle's (
Xcode 4.6.3 crashing after installing xcode 6 beta )
worked for me.
I believe the missing key point is running Xcode 4.6.3 directly after renaming the MobileDevice.framework.
Xcode 4.6 will then prompt you to install "Device Support" component.
Once installed, my Xcode 4.6.3 and Xcode 6 beta 2 worked again with MobileDevice.framework version 555.43 created Dec 21, 2014.
So it turns out Xcode 4.6 does not work with iTunes higher than 11.4.
Instructions how to downgrade you may find here: http://osxdaily.com/2014/10/26/downgrades-itunes-12/

Multiple xcode versions in Lion OSX

I want to install xcode 4.1 in my iMac OSX Lion. But in my iMac, I have Xcode 4.2.1. How to install iOS 4.1 but not override Xcode 4.2.1?
First download and install Xcode 4.1, then go the the Mac App Store and download version 4.3.2. When installing 4.3.2 you will be prompted to delete the older version, select no. You will be able to do this because older versions of Xcode (4.1) install to /Developer whereas this newest release (4.3.2) is a .app bundle that installs to /Applications.

Resources