johnno1962 / GitDiff

Highlights deltas against git repo in Xcode
MIT License
891 stars 54 forks source link

Getting crash in Xcode 6.0.1 #20

Closed ZevEisenberg closed 9 years ago

ZevEisenberg commented 9 years ago

Even after uninstalling and reinstalling, I'm getting this Xcode crash:

http://cl.ly/Y07p

jgrandelli commented 9 years ago

+1

johnno1962 commented 9 years ago

The plugin seems to be missing it’s nib file which can happen when you are using Alcatraz. Suggest trying again or rebuild yourself from the github source instead.

johnno1962 commented 9 years ago

I’ve put in some defensive code for when this happens. Seems to be a feature of Xcode 6 builds in Alcatraz. The code suggests building from source when this happens.