Hi- I've been working with sqlite and suddenly the libsqlite3.0.dylib file is gone from Xcode 4.3.1. When I try to link to it under Target/Build Phases/Link Binary/+ its not there. It just vanished. When I compile my project I get the Apple Mach-O-Linker Error - library not found for -lsqlite3.0 and the file is showing on the left side under the Project navigator, but its highlighted in red.
Tried creating a brand new project and its still not showing up in the Target/Build Phases/Link Binary With Libraries section. The only thing I've changed was my Bundle ID in my info.plist file, which I had to do in order reserve a name for my app in the app store. Could this have caused the library to disappear, or is something else strange going on?
thanks!
Rich
Tried creating a brand new project and its still not showing up in the Target/Build Phases/Link Binary With Libraries section. The only thing I've changed was my Bundle ID in my info.plist file, which I had to do in order reserve a name for my app in the app store. Could this have caused the library to disappear, or is something else strange going on?
thanks!
Rich