
【BUG大全】BUG管理
ch_soft
这个作者很懒,什么都没留下…
展开
-
xcode 4.1 instrument (let's say Leaks) noresponse
Ok, now I've fixed the bug! If I'm opening XCode, choose Profile and choose one instrument (let's say Leaks) the new Instrument window opens. Then I need to go back to XCode (while Instrument.app wi原创 2011-10-28 16:23:58 · 1258 阅读 · 0 评论 -
Problems mousing over variable names in iPhone debugger
For future reference, there are several major causes:Target-level optimization settings: there should be no optimizationTarget-level strip symbols: symbols should not be strippedTarget-level转载 2011-11-15 10:43:19 · 1009 阅读 · 0 评论 -
IOS开发问题汇总
1.运行即崩溃,log下面提示:Couldn't register com.myApp.debug with the bootstrap server. Error: unknown error code. This generally means that another instance of this process was already running or is hung in转载 2011-10-27 11:05:19 · 1187 阅读 · 0 评论 -
IOS-不响应旋转事件
当一个UIWindow里面加入多个UIViewController时,只有第一个加入到UIWindow的对象能响应旋转事件原创 2012-03-23 14:53:47 · 1798 阅读 · 0 评论 -
模拟器中输入会出现crash crash in iOS 4.3 on simulator
Lion+xCode 4 + iOS 4,模拟器中输入会出现crash,包括Safari也会出现同样的问题,但这个不是你编写程序的问题The UITextField's auto correction crashes my app on the simulator with iOS 4.3 sdk build target. Works fine on the device and in原创 2012-06-25 21:41:11 · 1913 阅读 · 0 评论 -
为何NSTimer在界面滚动时无响应
之前做了个弱提示的UI,看了下文件创建时间,竟然过去快3个月了。这个功能的部分要求如下:出现的方式由小到大,消失的方式由大到小,center不变。支持短文案、长文案提示。只有文案提示的情况下,定时自动消失,hideOnTimer。支持纯loading、文案和loading结合。展示loading菊花的情况下,由调用方根据条件,显式地调用hide方法。部分效果如下:转载 2012-08-20 17:20:16 · 1096 阅读 · 0 评论 -
Objective-C Class Dump
(转自:http://blog.sina.com.cn/s/blog_4431c7610100x15t.html)class dump是一个命令行工具,用来监测存储在Mach-O二进制文件理的Objective-C运行时信息。它为类(class),分类(category)和协议(protocol)生成声明信息。这些信息与 otool -ov 命令提供的信息是一样的,但表示得更像正常的Obj转载 2012-08-22 17:00:17 · 2216 阅读 · 0 评论 -
Xcode中使用svn时,报证书验证错误Error validating server certificate for
Xcode中使用svn时,报证书验证错误Error validating server certificate forsvn客户端时,总是连接不上服务器,报如下错误:Error validating server certificate for ‘https://svn2.assembla.com:443’: – The certificate is not转载 2012-11-28 11:02:22 · 5001 阅读 · 0 评论