Re: applescriptobjc-dev Digest, Vol 3, Issue 4
Re: applescriptobjc-dev Digest, Vol 3, Issue 4
- Subject: Re: applescriptobjc-dev Digest, Vol 3, Issue 4
- From: Matt Neuburg <email@hidden>
- Date: Thu, 14 Jan 2010 12:41:16 -0800
- Thread-topic: applescriptobjc-dev Digest, Vol 3, Issue 4
On or about 1/14/10 12:07 PM, thus spake
"email@hidden"
<email@hidden>:
> It seems that sometimes, if you forget to add the needed frameworks to your
> project, Xcode won't actually complain that you're trying to uses code that
> requires said frameworks. CoreWLAN for example.
> Bug filed, 7541444.
There is compiling and there is linking. You can compile, by doing an
include:
#import <CoreWLAN/CoreWLAN.h>
But the app won't run unless you also link to the framework. One may find
this confusing but that doesn't make it a bug. m.
--
matt neuburg, phd = email@hidden, http://www.tidbits.com/matt/
pantes anthropoi tou eidenai oregontai phusei
Among the 2007 MacTech Top 25, http://tinyurl.com/2rh4pf
AppleScript: the Definitive Guide, 2nd edition
http://www.tidbits.com/matt/default.html#applescriptthings
Take Control of Exploring & Customizing Snow Leopard
http://tinyurl.com/kufyy8
RubyFrontier! http://www.apeth.com/RubyFrontierDocs/default.html
TidBITS, Mac news and reviews since 1990, http://www.tidbits.com
_______________________________________________
Do not post admin requests to the list. They will be ignored.
applescriptobjc-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden