How can a "Linked Framework" be not linked?
How can a "Linked Framework" be not linked?
- Subject: How can a "Linked Framework" be not linked?
- From: Jerry Krinock <email@hidden>
- Date: Fri, 30 Nov 2007 07:53:14 -0800
In a framework project,
in the "Frameworks and Libraries" > "Linked Frameworks" section, I
have 3 frameworks
SSApp
BmStuff
Cocoa
BmStuff and SSApp are frameworks that I've written. I dragged them in
there from the Products section of their own projects. Their text
color is black, indicating that the files exist.
However, when I build this framework, I get an error
that .objc_class_name_BmItem, corresponding to the BmItem class which
I need from BmStuff is not found, ane when I and look at the Build
Transcript I see the command
Ld ... -framework Cocoa -framework SSApp ...
but I don't see "-framework BmStuff", indicating that indeed it is not
being linked.
What could cause Xcode 3 to omit one of my frameworks like that?
Thanks
Jerry Krinock
_______________________________________________
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