• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Embeddable umbrella framework - possible?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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

  • Follow-Ups:
    • Re: Embeddable umbrella framework - possible?
      • From: Sailesh Agrawal <email@hidden>
  • Prev by Date: XCode Rules!
  • Next by Date: Re: XCode Rules!
  • Previous by thread: Re: XCode Rules!
  • Next by thread: Re: Embeddable umbrella framework - possible?
  • Index(es):
    • Date
    • Thread