Reputation: 159
I was using Xcode 11 (dmg downloaded from developer account extra files section) on mac os 10.14.6
Today i updated my Mac os to 10.15 catalina to use xcode 11 canvas view but the issue is after updating to mac os 10.15 Catalina i am unable to open xcode. When i clicks on xcode icon it jumps for few seconds and then nothing happens.
I have no backup and projects going on and the main thing is that is my office pc where i work. Please help!!
I tried fixing by this but it didn't helped I can't open Xcode project after updating to Catalina
Upvotes: 14
Views: 13391
Reputation: 31
This works for me.
Close you project then Go to your project file > right click on project_name.xcworkspace > Show Package Contents > delete folder xcsharedata and xcworkspace.
It will create deleted file again once you open that project
Upvotes: 2
Reputation: 3799
I was able to work around this by uninstalling Xcode first. What I did:
rm -rf ~/Library/Developer
rm -rf ~/Library/Caches/com.apple.dt.Xcode
App Store
and search for Xcode
and install it from there.Upvotes: 5
Reputation: 852
One could also try to perhaps add the program to the list of apps allowed to access the disk.
This can be found under: Settings > Security & Privacy > Privacy > ....
Not directly related: but I just did this for the MS Office Programs (Word, Excel, Powerpoint Outlook etc..).
While in contact with MS Support they advised me to delete everything and reinstall. Adding the programs was a lot easier and retained all my data.
Upvotes: 0
Reputation: 567
Xcode 11.1 is available on the Mac App Store now so you should probably be using that. Try a force brute approach by deleting Xcode 11, redownload and reinstall.
Upvotes: 3