Cross-Developing and Private Frameworks
Cross-Developing and Private Frameworks
- Subject: Cross-Developing and Private Frameworks
- From: Steve Sisak <email@hidden>
- Date: Wed, 14 Jan 2004 11:23:45 -0500
I'm in the process of converting a project (ICA Camera Module) that
must link against an Apple private framework
(ICACameraPriv.framework) in order to run on systems prior to 10.3
If I set the SDK to anything other than Current Mac OS (including
10.3.0), I get a link error that the framework for -framework
ICACameraPriv cannot be found.
(If I build against Current Mac OS my camera module builds and runs
on 10.3 but fails to load on systems prior to 10.3)
The framework
/System/Library/PrivateFrameworks/ICACameraPriv.framework is present
in all of the SDKs.
Is this a bug in XCode (1.1), or am I missing a setting?
TIA,
-Steve
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.