打开某些m文件,整个编辑框会freeze,然后代码也不见了。
另xcode 5 不支持ios 5了的样子,components 里面只提供ios 6.0开始的下载了
另xcode 5 不支持ios 5了的样子,components 里面只提供ios 6.0开始的下载了
1
dorentus Aug 17, 2013 代码里面有自动生成的占位符时就会这样,例如:
strcpy(<#char *#>, <#const char *#>) |
2
dorentus Aug 17, 2013
你用别的编辑器把 <# #> 这种删掉,然后 Xcode 再打开就没问题了。
iOS 5 是模拟器没有了,直接连真机 iOS 5 调试还是没问题的。 |