On Dec 14, 2009, at 12:06 AM, Joar Wingfors wrote:
> That's almost certainly an indication of a memory management error in your
> application. If you're not using Garbage Collection in your app, I'd suggest
> that you troubleshoot this using zombies. Search for "NSZombieEnabled" to
> find help
On Dec 14, 2009, at 12:52 AM, Kyle Sluder wrote:
> Turning on GC is not the solution to your problem. Fixing your memory
> management bugs is the solution.
On Dec 14, 2009, at 12:54 AM, Joar Wingfors wrote:
> For a trivial app it might be. For anything else, it would not be. GC and RC
> are fu
On Dec 14, 2009, at 4:28 AM, Julien Jalon wrote:
> It's not necessarily a memory management problem. As this happens very early
> in the application launch, when Launch Services uses your Info.plist to
> register the application, your problem might also be that an entry supposed
> to be a stri
On Dec 14, 2009, at 12:16 PM, Matthew Lindfield Seager wrote:
> That belongs to the preceding LSTypeIsPackage key.
Yea, I was still sleeping when I responded to that last post. ;) Turned out
that resource CFBundleDisplayName/CFBundleDocumentTypes should not have even
been in the plist file