Xcode 4.2 on Lion— App store thinks the app is already installed

后端 未结 2 1374
深忆病人
深忆病人 2021-01-13 22:51

Is any one seeing the issue I m facing. I am trying to upgrade to Xcode 4.2 on my Lion and the app store says it is Installed.

I had a developer preview of 4.2 may b

相关标签:
2条回答
  • 2021-01-13 23:31

    I found the solution I had to Delete the "Install Xcode" app from ur launch pad for your Xcode to upgrade to 4.2.

    0 讨论(0)
  • 2021-01-13 23:43

    Yep, I had the same problem. Here's what fixed it for me:

    1. Go to the Applications folder and delete Install Xcode.app.

    2. Go to .Trash in your home directory, and manually delete Install Xcode.app. I did this in Terminal.app by typing the following:

      sudo rm -rf Install\ Xcode.app

    You could of course combines steps 1 and 2 by executing the sudo rm command right in the Applications folder, but I felt a little safer doing it this way.

    0 讨论(0)
提交回复
热议问题