Xcode-beta can not be opened while it is being updated

IosXcode

Ios Problem Overview


I'm using Xcode beta 8.1 beta 2 for development.
It was working fine for me.
But suddenly, it closed and I tried to open it prompted me this message: >Xcode-beta can not be opened while it is being updated.

enter image description here

When will it be resolved?

Ios Solutions


Solution 1 - Ios

Open activity monitor (/Applications/Utilities/Activity Monitor.app), switch to the CPU tab and search for storedownloadd. If that process is present and you aren't downloading anything using the Mac App Store, you can kill it.

Solution 2 - Ios

Faced the same issue and here is the solution to open Xcode.

Go to Application folder -> find Xcode -> Right click and select "Show Package Content" -> Go to Content -> MacOS -> Double click Xcode (Unix excecutable file).

It worked for me!

Solution 3 - Ios

tried @Rick's solution didn't work. I ended up restarting my machine which fixed it.

Solution 4 - Ios

Please follow the steps below,
1. Open App Store app in you Mac
2. Select Updates tab
3. Look Xcode is in Pending section
4. Stop (Sometime start Update and then Stop)

You will be able to open the app now onwards.

>Note: That is applicable not only for Xcode but also for any app which is not opening due to updating.

enter image description here

Solution 5 - Ios

Did you update your system to the newest version? If not, please do so. Then try opening XCode. I believe it will work out with this problem. Otherwise, you need to re-install your Xcode.

Solution 6 - Ios

In my case, I noticed that this warning is revealed when there is a continuing install in AppStore (it was itunes for me and Xcode 8.2.1).

Try to cancel download or just wait for it to be complete. Then xcode will again be available to work on.

Solution 7 - Ios

Solution 8 - Ios

Open Launchpad, scroll to XCode and if it shows the download progress just wait for completion XCode update downloading

Solution 9 - Ios

I had this same problem for a while and the ONLY thing that worked for me was to uninstall XCode and download it again.

Solution 10 - Ios

Hope this helps anyone with the same issue as I had. As my Mac running out of space, I deleted some Simulators(from ~/Library/Developer/CoreSimulator/Devices/) which I don't need/use. When I tried to start Xcode after cleanup then I got OP's issue.

Able to launch Xcode after restarting the system. So try restarting system first if that doesn't work, try @Sazzad's or accepted answer.

Attributions

All content for this solution is sourced from the original question on Stackoverflow.

The content on this page is licensed under the Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) license.

Content TypeOriginal AuthorOriginal Content on Stackoverflow
QuestionManiganda saravananView Question on Stackoverflow
Solution 1 - IosRickView Answer on Stackoverflow
Solution 2 - IosAbhilash PerayilView Answer on Stackoverflow
Solution 3 - IosnewDeveloperView Answer on Stackoverflow
Solution 4 - IosSazzad Hissain KhanView Answer on Stackoverflow
Solution 5 - IosZe LiView Answer on Stackoverflow
Solution 6 - IosbrsrView Answer on Stackoverflow
Solution 7 - IosalpereView Answer on Stackoverflow
Solution 8 - IosBit-ManView Answer on Stackoverflow
Solution 9 - IosTheYogiView Answer on Stackoverflow
Solution 10 - IosRishiView Answer on Stackoverflow