google-analytics-sdk
Swift 2 / iOS 9 – libz.dylib not found
I had the same problem. I found some kind of way around. Go to Build Phases >Link Binary with Librairies > + > Add other Once in the file selection window do “CMD”+Shift+G (Go to folder) and type /usr/lib/ From /usr/lib you can add : libz.dylib and more… Compile and have fun