Install xcode 4.3 for iOS 5.1

I recently upgraded my iPhone to iOS 5.1 and found out that xCode 4.2 no longer recognizes the phone. Then I proceed to download xCode 4.3 from the App Store. Download was 1.5 + GB and took several hours. When I returned to check the download, the App Store says that it is already installed. But my xCode still remains 4.2, and the iPhone 5.1 is still not recognized.

In the Applications folder there is an Install Xcode icon, so I tried this. The installer lasted quite a few minutes and seems to have installed the new version. But xCode is still 4.2 at the end.

So what needs to be done to raise Xcode 4.3 if it has already been downloaded or even installed?

(OS X version: 10.7.3 Leo)

+6
source share
3 answers

How did you try to run Xcode? If your shortcut refers to / developers, there may still be an old version. 4.3 should now be under / applications

+8
source

I think that if you had it before Xcode 4.2, you need to delete this Xcode and Developer folder. I am currently working on Xcode 4.3. Therefore, I will see what happens.

0
source

Your problem will not be resolved, if you just downloaded and installed Xcode 4.3, you must have Xcode 4.3 + IOS SDK 5 installed on your system. First you need to remove the old SDK, and then go to the Apple developer, where you can download the new iOS sdk and Xcode. It will be about 4 GB in size. After installing all these products, you can use your device for development.

0
source

Source: https://habr.com/ru/post/910433/


All Articles