tvOS sqlite linking error -
i trying re-use sqlite related code ios application on tvos , getting few linking errors below
undefined symbols architecture arm64: "_sqlite3_enable_load_extension", referenced from: "_sqlite3_load_extension", referenced from: ld: symbol(s) not found architecture arm64 clang: error: linker command failed exit code 1 (use -v see invocation)
i linking libsqlite3.
the same code links fine on ios. seems library missing symbols tvos. has encountered issue?
Comments
Post a Comment