XCode 3.2.5 Cocoa project modifies linked 3rd party dylib. Why?

Posted by Barrie on Stack Overflow See other posts from Stack Overflow or by Barrie
Published on 2011-01-28T20:59:49Z Indexed on 2011/01/29 7:25 UTC
Read the original article Hit count: 139

Filed under:
|
|

I'm linking a 3rd party dylib into a cocoa project. And I arrange for XCode to copy it into the Frameworks directory of the app. But when I cmp the original dylib with the dylib in Frameworks I discover the 3rd party dylib has been modified. I have some old XCode cocoa projects which don't do this, i.e. the dylib in Frameworks is the same as the original. I've tried modifying the XCode projects to isolate what is causing the dylib to be modified but so far no luck. Any ideas?

© Stack Overflow or respective owner

Related posts about cocoa

Related posts about xcode