Re: Category in Static Library
Re: Category in Static Library
- Subject: Re: Category in Static Library
- From: Jean-Daniel Dupas <email@hidden>
- Date: Mon, 17 Aug 2009 09:19:36 +0200
Le 17 août 2009 à 08:51, Thomas Wetmore a écrit : I am not sure what group to post this to, so I apologize if this is the wrong place.
I have a category on NSString that adds one class method, stringWithUniqueId, that generates a custom form of a UUID.
When I put the category directly in the project it works.
When I move the category into a static library it doesn't work, and when I call stringWithUniqueId I get the console message:
NewGedcom [11198:10b] *** +[NSString stringWithUniqueId]: unrecognized selector sent to class 0xa0372f40
Google: objective-c static library
First result:
Technical Q&A QA1490 Building Objective-C static libraries with categories
|
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden