Reputation: 2283
So I've just updated Xcode via the Mac AppStore to version 7.1
However when I run the application it is using version 7.0 (without iOS 9.1)
Any idea what could be the problem ?
Upvotes: 12
Views: 6591
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
Reputation: 11
Fixing ownership for the whole application worked for me.
sudo chown -R root:wheel /Applications/Xcode.app
Upvotes: 1
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