• 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
Re: Accessing the bundle of the call-site
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Accessing the bundle of the call-site


  • Subject: Re: Accessing the bundle of the call-site
  • From: Rick Aurbach <email@hidden>
  • Date: Fri, 02 Dec 2016 01:21:21 -0500
  • Acceptlanguage: en-US
  • Thread-topic: Accessing the bundle of the call-site

Jens,

Thank you for confirming my suspicions. I know that Bundle won’t help. What I was hoping for was a Swift runtime call that returned the current module name. Since (at least by convention), there is a correspondence between module names and framework names, I was hoping to derive a bundle name from that correspondence. But unfortunately, I can’t find a runtime call that helps, either.

I’ve thought about other strategies, but since I actually want to put
extensionString {
func locate() -> String {}
}
in one framework and reference it in other frameworks, this looks to be impossibly tricky. (I haven’t tried it, but I expect that if I tried, for example, to parse out the module name from inside the locate() function, I’d get the name of the module it is located in, not the module of the call-site.) Sigh.

 I guess I should file a suggestion radar about it.

Cheers,

Rick Aurbach

On Dec 1, 2016, at 6:36 PM, Jens Alfke <email@hidden<mailto:email@hidden>> wrote:

Introspecting the call stack is possible, if somewhat ugly, using the backtrace and backtrace_symbols functions (on macOS/iOS.) But all you get is a list of PC and stack addresses, or function names. I don’t know how you’d go from those to an NSBundle object. On cursory inspection I didn’t see any NSBundle methods for finding out where in memory the associated code is loaded.

—Jens

_______________________________________________

Cocoa-dev mailing list (email@hidden)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden


  • Follow-Ups:
    • Re: Accessing the bundle of the call-site
      • From: Jens Alfke <email@hidden>
References: 
 >Accessing the bundle of the call-site (From: Rick Aurbach <email@hidden>)
 >Re: Accessing the bundle of the call-site (From: Jens Alfke <email@hidden>)

  • Prev by Date: strange NSOpenPanel behavior
  • Next by Date: Re: Migrating shared library plugins to Cocoa Touch Frameworks
  • Previous by thread: Re: Accessing the bundle of the call-site
  • Next by thread: Re: Accessing the bundle of the call-site
  • Index(es):
    • Date
    • Thread