0

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)

Jay Bhalani
  • 4,142
  • 8
  • 37
  • 50
Govind Rakholiya
  • 427
  • 6
  • 24

2 Answers2

0

It was renamed libsqlite3.tbd.

Add this instead.

ulentini
  • 2,413
  • 1
  • 14
  • 26
Wassim Seifeddine
  • 1,002
  • 12
  • 25
0

I had exactly the same problem after upgrading Xcode.

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

Community
  • 1
  • 1
Mike Gledhill
  • 27,846
  • 7
  • 149
  • 159