Re: development / deployment
Re: development / deployment
- Subject: Re: development / deployment
- From: Rustam Muginov <email@hidden>
- Date: Wed, 19 Jan 2005 10:27:56 +0300
On 1/19/05 9:29 AM, "James Hannigan" <email@hidden> wrote:
> Hi -
>
> I get the following linker error when switching to deployment build style.
>
> ld:
> /logDADS/build/GPSLog.build/DADSLog.build/Objects-normal/ppc/SerialController.
> o illegal reference to symbol: _IOIteratorNext defined in indirectly
> referenced dynamic library
> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
>
> Do I need to link differently for deployment style? I shouldn't think so.
> Any way around this?
>
Looks like you should add IOKit framework to your project.
Default development style does allow "Zerolink" linking where you don't have
to add all necessary symbols. Deployment style does require linker to
resolve all external references
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden