iphone dylibs and frameworks are already in the device?

Posted by Scott Pendleton on Stack Overflow See other posts from Stack Overflow or by Scott Pendleton
Published on 2010-04-05T03:57:33Z Indexed on 2010/04/05 4:03 UTC
Read the original article Hit count: 285

Filed under:
|
|

Are dylibs and frameworks already in an iPhone, or does my app actually incorporate them?

Also, in Xcode I see dylibs with identical names. Sometimes the subsequent names are incremented, as in libz.dylib, libz.1.dylib, libz.1.1.3.dylib, and libz.1.2.3.dylib.

If I have to include libz, should I use the one with the highest rev number, assuming that that's what that is?

© Stack Overflow or respective owner

Related posts about iphone

Related posts about dylib