nomann
nomann

Reputation: 2267

Unable to add libpng library in my project

I am new to iPhone development and trying to load PNGs using libpng but unable to add it to my project after trying so much. I've got following errors while adding libpng to my project. Please help me how to get rid of these errors:

Upvotes: 2

Views: 5346

Answers (1)

JWWalker
JWWalker

Reputation: 22707

Those errors are link errors, not compile errors, right? I think those are symbols from zlib, not libpng.

EDIT TO ADD: try adding libz.dylib to the project.

Upvotes: 24

Related Questions