trying to link against a framework that uses OS X 10.5 SDK in Xcode 2.5
trying to link against a framework that uses OS X 10.5 SDK in Xcode 2.5
- Subject: trying to link against a framework that uses OS X 10.5 SDK in Xcode 2.5
- From: Eric Johnson <email@hidden>
- Date: Fri, 10 Oct 2008 17:41:38 -0700
Hi All,
I am attempting to use a framework that I built in Xcode 3.1 on
Leopard and that utilizes the OS X 10.5 SDK in an application project
that needs to build in Xcode 2.5. The framework ("Startup Wizard") is
written in Cocoa and uses some newer Core Animation features. I am
seeing the following link errors:
/Xcode2.5/usr/bin/../libexec/gcc/i686-apple-darwin8/4.0.1/ld:
Undefined symbols:
.objc_class_name_CABasicAnimation referenced from Startup Wizard
expected to be defined in QuartzCore
.objc_class_name_CAConstraint referenced from Startup Wizard expected
to be defined in QuartzCore
.objc_class_name_CAConstraintLayoutManager referenced from Startup
Wizard expected to be defined in QuartzCore
.objc_class_name_CALayer referenced from Startup Wizard expected to be
defined in QuartzCore
.objc_class_name_CAMediaTimingFunction referenced from Startup Wizard
expected to be defined in QuartzCore
.objc_class_name_CATextLayer referenced from Startup Wizard expected
to be defined in QuartzCore
.objc_class_name_QCCompositionLayer referenced from Startup Wizard
expected to be defined in Quartz
_CGColorCreateGenericRGB referenced from Startup Wizard expected to be
defined in ApplicationServices
_kCAMediaTimingFunctionEaseInEaseOut referenced from Startup Wizard
expected to be defined in QuartzCore
The framework's Deployment Target is set to OS X 10.4. I also made
sure that the QuartzCore framework was included in the "Link Binary
with Libraries" phase of my framework. I only plan to call the
framework code when running on OS X 10.5 or later.
Is what I'm trying to do possible? Any suggestions for fixing the
errors?
Thanks in advance,
Eric
_______________________________________________
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