Re: app with MDquery won´t launch in 10.3
Re: app with MDquery won´t launch in 10.3
- Subject: Re: app with MDquery won´t launch in 10.3
- From: j o a r <email@hidden>
- Date: Wed, 27 Apr 2005 11:30:13 +0200
If you plan to develop an application on Mac OS X 10.4, that should run
on Mac OS X 10.3, you need to use the Cross Development SDK (it's a
custom install with the Xcode dev tools). Are you using the Cross Dev.
SDK already? If not, please try that first, and come back to the list
if you still have any questions later.
Also, please check the online Cocoa web sites / mailing list archives
for discussions on how to target multiple OS releases. There are a lot
of tips and tricks that you should be aware of.
<http://developer.apple.com/technotes/tn2002/tn2064.html>
<http://developer.apple.com/documentation/MacOSX/Conceptual/
BPFrameworks/Concepts/WeakLinking.html>
j o a r
On 2005-04-27, at 11.18, email@hidden wrote:
i have written an application that worked fine under 10.3.
now with 10.4 i added a feature that links against coreservices
framework
to use a MDQuery in one method (that will not be called on 10.3).
i did set the build target to 10.3 but the resulting application will
not even
launch on 10.3.
console.log shows an error:
undefined reference to _kMDItemPath expected to be defined in AppKit
how can i make my app still run under 10.3. ?
what am i doing wrong?
Attachment:
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________
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