IOS 解决.dylib找不到的问题

As for Xcode 7 b4: To add Parse support into existing project, follow the Parse "Set up the SDK" for existing project and to add the libz and libsqlite3 libs, use:


1. Go to Build Phases > Link Binary with Libraries > + > Add other
2. While in the file selection window press: "CMD"+Shift+G (i.e. Go to folder) and type /usr/lib/
3. From /user/lib find and add : libz.dylib and libsqlite3.dylib

你可能感兴趣的:(ios)