Re: -lall_load
Re: -lall_load
- Subject: Re: -lall_load
- From: Rick Mann <email@hidden>
- Date: Thu, 08 Nov 2012 17:10:20 -0800
On Nov 8, 2012, at 2:30 , Roland King <email@hidden> wrote:
> So -ObjC should work, if it doesn't what version of the tools are you on?
Thanks, Roland. That works. Still, it seems that the tools should be able to generate code to load the appropriate methods at runtime, if that's what needs to happen. I also wish there was a way to dead-strip code, even if it required me to manually indicate which methods could go.
> The other one of these which gets me is IB files. You use a class in a static library in an IB file, say MyCuteViewSubclass, but you never
C++ Frameworks I used in the past had various schemes that all required you to expressly reference a method in your code (usually the class factory method) so that the runtime class instantiation could work. I'm actually okay with that, and especially with IB, the tools have all the knowledge they need to link the right stuff and load the right stuff.
--
Rick
_______________________________________________
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