0

Xcode 7 crashes every time, when I try to commit changes on a specific project. I tried to remove the xcuserdata from project package, as fount on this link. I uploaded the crash report. crash report.

Is the only solution to restart a brand new project, copy all files, start a new repository and losing all commits done till now?

Thanks in advance!

Community
  • 1
  • 1
voltae
  • 582
  • 4
  • 11

1 Answers1

1

I finally found a workaround for the described crash. As following the advices given here.

Here my steps:

  • First: I deleted the xcuserdata in the project package

  • Second: I deleted the xcuserdata in the project.workspace as well

  • the DerivedData folder

  • and as last step I cleaned the project inside Xcode.

    This solved the crash. May it helps someone with the same issue!

Community
  • 1
  • 1
voltae
  • 582
  • 4
  • 11