Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

iOS Can't update Xcode 7.1

Tags:

xcode

ios

So I've just updated Xcode via the Mac AppStore to version 7.1

enter image description here

However when I run the application it is using version 7.0 (without iOS 9.1)

enter image description here

Any idea what could be the problem ?

like image 418
Petar Avatar asked Oct 27 '15 14:10

Petar


People also ask

How do I update Xcode on my Mac?

The Mac App Store will notify you when an update is available or you can have macOS update automatically as it becomes available. The latest beta version and previous versions of Xcode can be downloaded from the Downloads page. To download Xcode, simply sign in with your Apple ID.

What is Xcode for iOS development?

Xcode is a complete developer toolset for creating apps for Mac, iPhone, iPad, Apple Watch, and Apple TV. Xcode brings user interface design, coding, testing, debugging, and submitting to the App Store all into a unified workflow.

What version of Xcode should I use to submit my app?

You should use the latest version of Xcode available on the Mac App Store to submit your apps, or when available, the latest GM seed release from the Downloads page. Do not submit apps built using beta software, as beta versions of Xcode, Operating Systems, and SDKs are for development and testing only.

How do I download and install Xcode?

The latest beta version and previous versions of Xcode can be downloaded from the Downloads page. To download Xcode, simply sign in with your Apple ID. Apple Developer Program membership is not required. Get step-by-step guidance on how to use Xcode to build, test, and submit apps to the App Store.


1 Answers

I had the same issue while trying to update to 7.1. Manually deleting Xcode & restarting my laptop solved the problem, even though I had only one copy of Xcode on my mac.

like image 92
klaevv Avatar answered Oct 28 '22 02:10

klaevv