Embeddable umbrella framework - possible?
Embeddable umbrella framework - possible?
- Subject: Embeddable umbrella framework - possible?
- From: j o a r <email@hidden>
- Date: Thu, 8 Sep 2005 01:22:53 +0200
Hello,
If I say that it's impossible to create an embeddable umbrella
framework, would you agree?
In other words something like this:
/Umbrella.framework/Versions/A/Frameworks/Sub1.framework
/Umbrella.framework/Versions/A/Frameworks/Sub2.framework
The error I get when trying to link an app to the Umbrella.framework,
while using functionality from a Sub.framework is:
/usr/bin/ld: Undefined symbols:
.objc_class_name_Sub
collect2: ld returned 1 exit status
I've tried various ways to fix the install name of the sub
frameworks. Using an absolute path works, but that's of course not
compatible with what I set out to accomplish... Any attempt at using
a relative path fails:
imac:~ joar$ otool -L ~/Umbrella.framework/Versions/A/Umbrella
@executable_path/../Frameworks/Umbrella.framework/Versions/A/
Frameworks/Sub.framework/Versions/A/Sub (compatibility version 1.0.0,
current version 1.0.0)
imac:~ joar$ otool -L ~/Umbrella.framework/Versions/A/Umbrella
@loader_path/../Frameworks/Sub.framework/Versions/A/Sub
(compatibility version 1.0.0, current version 1.0.0)
...and various permutations thereof.
Any tips / tricks?
j o a r
Attachment:
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________
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