0

i am using open and select data code in Today App Extension in my App i have got following issue in my App don't know how to fix it

enter image description here

1
  • Check framework is added properly, Note - Better to use FMDB instead of SQLite whole native code. Commented Jul 15, 2016 at 8:15

2 Answers 2

1

Error got solved...i just need to import sqlite framework in link and library section in Today Extention section

Sign up to request clarification or add additional context in comments.

Comments

0

First of all, when you add sqlite3 lib in Xcode, you need to select option to add it in main Target.Add it to main target app

Second step is to add "libsqlite3.0.tbd" in Link Binary with Libraries.

I think, if your follow these two steps, there will be no linking error.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.