li6185377 / LKDBHelper-SQLite-ORM

全自动的插入,查询,更新,删除, an automatic database operation thread-safe and not afraid of recursive deadlock
MIT License
1.21k stars 288 forks source link

pod 'FMDB/SQLCipher' pod 'LKDBHelper' 闪退 #116

Closed 275080225 closed 6 years ago

275080225 commented 7 years ago

platform :ios,4.3 target 'iOS-Demo' do use_frameworks! pod 'FMDB/SQLCipher' pod 'LKDBHelper' end

db = [[LKDBHelper alloc]init]; [db setKey:@"123456"];

FMDatabase.m 下面一行闪退 int rc = sqlite3_key(_db, [keyData bytes], (int)[keyData length]);

li6185377 commented 6 years ago

有具体的 log 吗?