2015年8月28日

FMDB死锁问题

摘要: 使用fmdb进行数据库操作,出现inDatabase: was called reentrantly on the same queue, which would lead to a deadlock这样的崩溃错误.原因是在一个[queue inDataBase]的block中,又执行了一个inDa... 阅读全文

posted @ 2015-08-28 11:05 长腿小地瓜 阅读(1345) 评论(0) 推荐(0) 编辑

导航