xcode - FMDB not building iOS 6.1 -
i installing fmdb sqlite wrapper ios. cloned git repo, , copied /src , /extra directories project. added target dependency , .a static library build phase in xcode. when building, get:
arc semantics: my_app_path/src/fmdb.m:160:24: no known instance method selector 'isequalto:' i'm building ios 6.1. how can fix this?
the quick answer remove fmdb.m project; it's series of tests fmdb , isn't required normal usage.
the better answer add fmdb xcodeproj dependency , link against static library build.
Comments
Post a Comment