Xcode 11.1 always crash when open a profile

When I open newly created Development provisioning profile, It always crash the Xcode. Distribution profile is working fine.

I have Xcode 11.1 installed. Using Mac OS Catalina 10.15. I tried uninstalling Xcode, Installing OS again, but no luck. It always crash the Xcode for all profiles.

Replies

Tried clearing xcode defaults. Then started working.


  • defaults delete com.apple.dt.Xcode
  • rm -rf $HOME/Library/Application Support/Developer/Shared/Xcode
  • rm -rf $HOME/Library/Saved\ Application\ State/com.apple.dt.Xcode.savedState
  • rm -rf $HOME/Library/Preferences/com.apple.dt.Xcode.*