Re: How can a "Linked Framework" be not linked?
Re: How can a "Linked Framework" be not linked?
- Subject: Re: How can a "Linked Framework" be not linked?
- From: Fritz Anderson <email@hidden>
- Date: Fri, 30 Nov 2007 10:22:56 -0600
On 30 Nov 2007, at 9:53 AM, Jerry Krinock wrote:
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.
In Targets -> YourTarget -> Link Binary With Libraries, does
BmStuff.framework appear? Drag it from the Linked Frameworks list into
this build phase it it does not.
Position in the groups in the upper portion of the Groups & Files list
does not guarantee a place in the build. Only presence in a build
phase for the target does that.
— F
_______________________________________________
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