Deployment build from Tiger not running on Panther
Deployment build from Tiger not running on Panther
- Subject: Deployment build from Tiger not running on Panther
- From: Harmanpreet Bachal <email@hidden>
- Date: Wed, 19 Oct 2005 03:29:56 -0700 (PDT)
I have an appliation on Tiger using Quartz.Framework. I have used macros to check if my OS is 10.4 or 10.3 and act accordingly. The same code complies and runs flawlessly on 10.4 and 10.3. If i complie the code on 10.3 and run the Deployment build on 10.4 it runs. The problem is that if i make a deployment build on 10.4 and run it on 10.3 it fails. I get the error message::
"dyld: /Users/harmansingh/Desktop/Quark Review Manager.app/Contents/MacOS/Quark Review Manager can't open library: /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz (No such file or directory, errno = 2) ".
If i copy the Quartz framework to specified location (which i feel i should not do) then i get this error message ::
"dyld: /Users/harmansingh/Desktop/Quark Review Manager.app/Contents/MacOS/Quark Review Manager Undefined symbols:
PDFKit undefined reference to _NSAccessibilitySelectedTextChangedNotification expected to be defined in Cocoa
PDFKit undefined reference to _kCGPDFContextAuthor expected to be defined in Cocoa...... ".
I feel i am not linking the framework properly. At the moment i am going by the options "Add->Existing Frameworks..." and i just give the location of this framework.
Please Help.
Thanks,
Harmanpreet Bachal.
---------------------------------
Yahoo! Music Unlimited - Access over 1 million songs. Try it free.
_______________________________________________
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