I am trying to work with Parse in an application, I am new to fast. But I downloaded Xcode 7, and it seems that libz.dylib libsqlite3.dylib is missing, and when I compile and create it is completed successfully, but Parse does not show any data. I tried adding -lz and -lsqlite3 to the "Other linker flags", but this did not solve the problem. Does anyone know how to add these libraries?
Ace
source share