Pages

Monday 25 June 2012

Objective-C categories in static library


I would like to make it as simple as possible:
-all_load Loads all members of static archive libraries.
-ObjC Loads all members of static archive libraries that implement an Objective-C class or category.
-force_load (path_to_archive) Loads all members of the specified static archive library. Note: -all_load forces all members of all archives to be loaded. This option allows you to target a specific archive.

No comments:

Post a Comment