• 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: OmniInspector framework overriding application name
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: OmniInspector framework overriding application name


  • Subject: Re: OmniInspector framework overriding application name
  • From: "Timothy J. Wood" <email@hidden>
  • Date: Wed, 5 Oct 2005 09:29:40 -0700


On Oct 5, 2005, at 6:05 AM, Gideon King wrote:

I have just downloaded the new Omni frameworks (thanks OmniGroup!), and am trying the new OmniInspector framework in an application. I have everything set up and running, except that now instead of my application name coming up as the first menu item on the main menu, it says OmniInspector. This happens even when I comment out all calls to everything in the OmniInspector framework.

Has anyone else seen this sort of thing? Is there a known fix?

It almost appears as if it has taken over as the main bundle, but if I go in to GDB and po [[NSBundle mainBundle] bundleIdentifier], it prints the right thing.


We haven't seen this in the apps of ours that are using the framework. My first guess would be some sort of zombie, but even that is pretty tenuous. It's worth running with zombies enabled to see, though.

If that doesn't pan out, maybe set a breakpoint on -setTitle: on NSMenuItem and add a gdb command with something like:

comm
  po $r5
  bt
  cont
end

so you can hopefully track down who is setting a title of "OmniInspector".

-tim

_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden


References: 
 >OmniInspector framework overriding application name (From: Gideon King <email@hidden>)

  • Prev by Date: Re: theme files
  • Next by Date: Delegating time to another process
  • Previous by thread: OmniInspector framework overriding application name
  • Next by thread: No Reference to Table Column
  • Index(es):
    • Date
    • Thread