0
votes

i am using ios 9.1 xcode 7.1 but when i run my old project on my device its showing this error.

error: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: can't open file: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.1.sdk/usr/lib/libsqlite3.dylib (No such file or directory)

2

2 Answers

0
votes

It was renamed libsqlite3.tbd.

Add this instead.

0
votes

I had exactly the same problem after upgrading Xcode.

I've described the solution, step-by-step, here.