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

Popular posts from this blog

php - Wordpress website dashboard page or post editor content is not showing but front end data is showing properly -

How to get the ip address of VM and use it to configure SSH connection dynamically in Ansible -

javascript - Get parameter of GET request -