Archive for the ‘iPhone’ Category

June 29th, 2010

XCode快捷键

No Comments, Mac OS X, XCode, iPhone, 程序开发, by chris.

XCode的快捷键, PDF文档,点击下载。 XcodeShortcuts Xcode Shortcuts

之前转了别人的一篇调试iPhone中的EXC_BAD_ACCESS错误的文章。很不幸,今天又遇到这个错误了,没按照这个设置,调了好半天,终于发现问题了:.h文件里的property在.m文件中没有实现。这种情况下XCode不报错,连警告也没有,有点不好调试啊。可能还是刚学吧,经验不足啊。。。

症状:iPhone Simulator已经启动,显示正在运行,但是却看不见界面。 解决方法:删除当前用户目录下的~/Library/Preferences/com.apple.iphonesimulator.plist文件,重启iPhone Simulator。

http://www.codza.com/how-to-debug-exc_bad_access-on-iphone EXC_BAD_ACCESS. Debugging this one is on par with figuring out why the wife says “not tonight, honey.” And they…