Petar
Petar

Reputation: 2283

iOS Can't update Xcode 7.1

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 ?

Upvotes: 12

Views: 6591

Answers (3)

RajaSasidharan
RajaSasidharan

Reputation: 79

You have to uninstall the xcode and reinstall it. Download the latest version xcode from apple developer account website.. not from appstore

Upvotes: 2

piratus
piratus

Reputation: 11

Fixing ownership for the whole application worked for me.

sudo chown -R root:wheel /Applications/Xcode.app

Upvotes: 1

klaevv
klaevv

Reputation: 467

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.

Upvotes: 2

Related Questions