`
mmdev
  • 浏览: 12914417 次
  • 性别: Icon_minigender_1
  • 来自: 大连
文章分类
社区版块
存档分类
最新评论

ios开发答疑录系列​---xcode 经常crash 当使用svn时候

 
阅读更多

============================================================
博文原创,转载请声明出处
============================================================
从svn checkout下代码,打开后xcode会闪退,原因不知,解决方法如下:

Organizer -> Repositories ,找到对应的crash工程的respository,删除即可


*******

如果你不想使用xcode自带的svn功能,可以将其disable,方法:

/Applications/Xcode.app/Contents/PlugIns下的IDESubversion.ideplugin重命名为IDESubversion-DISABLED.ideplugin即可


参考:

Earlier this morning I ran into an issue with XCode 4 crashing every time I tried to do anything with a certain project: clean, build, run, etc. I tried rebooting, running every single clean script in Onyx, and consulting the Apple forums.

Here is the error:

ASSERTION FAILURE in /SourceCache/IDEFoundation/IDEFoundation-284/Framework/Classes/Model/SourceControl/IDESourceControlTree.m:2548

Nothing worked. Then I foundthis poston Stack Overflow. “Deleting from Organizer -> Repositories does help.” BAM! Talk about an understatement.

If you run into this issue, try deleting your repo from XCode entirely. My hunch is it has to do with situations where a repo has been added in XCode 4’s Organizer but updated externally using a program like the awesometasticVersionsapp.


fromhere

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics