HDB-Li / LLDebugTool

LLDebugTool is a debugging tool for developers and testers that can help you analyze and manipulate data in non-xcode situations.
https://github.com/HDB-Li/LLDebugTool
Other
740 stars 122 forks source link

FMResultSet的objectForColumn找不到 #63

Closed choykarl closed 5 years ago

choykarl commented 5 years ago

我们项目用的FMDB还是2.6.2,所有没有这个方法。

HDB-Li commented 5 years ago

Maybe you can update your 'FMDB'. Instead of rewriting the database function, I used FMDB directly. @ChoiKarl

HDB-Li commented 5 years ago

I will try the version 2.6.2 of FMDB, If it doesn't affect my changes too much

choykarl commented 5 years ago

I will try the version 2.6.2 of FMDB, If it doesn't affect my changes too much

FMDB2.6.2有objectForColumnName:这么一个方法,或许你可以用respondsToSelectorperformSelector去判断和调用,我尝试在pod里修改了你的代码,是可行的。

HDB-Li commented 5 years ago

I will fix it this afternoon.