• 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: Carbon app and Cocoa/Carbon Bundle plugin - possible?!
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Carbon app and Cocoa/Carbon Bundle plugin - possible?!


  • Subject: Re: Carbon app and Cocoa/Carbon Bundle plugin - possible?!
  • From: Chris Hanson <email@hidden>
  • Date: Tue, 18 Jun 2013 18:10:54 -0700

On Jun 18, 2013, at 12:51 PM, Igor Delovski <email@hidden> wrote:

> At first glance this seems to be the case. Just put into comments this part: CFRelease (bundleRef); and application stopped crashing. Now I have to reorganize everything, plugins need to tell the application if they need to stay alive forever.

You can’t really safely unload any of your plug-ins, even if they don’t use Cocoa directly, because subsystems they rely upon (for example, other OS-level frameworks) may use Cocoa.

Virtually all developers should treat CFBundleUnloadExecutable, -[NSBundle unload], and dlclose(3) as if they’re unavailable.

  -- Chris


 _______________________________________________
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: Carbon app and Cocoa/Carbon Bundle plugin - possible?!
      • From: Igor Delovski <email@hidden>
References: 
 >Re: Carbon app and Cocoa/Carbon Bundle plugin - possible?! (From: Igor Delovski <email@hidden>)

  • Prev by Date: Re: Can't make over the air install work
  • Next by Date: Do I need to codesign my .app, or just the installer?
  • Previous by thread: Re: Carbon app and Cocoa/Carbon Bundle plugin - possible?!
  • Next by thread: Re: Carbon app and Cocoa/Carbon Bundle plugin - possible?!
  • Index(es):
    • Date
    • Thread