Advertisement
Guest User

Untitled

a guest
Jul 24th, 2014
207
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. - (void)applicationDidFinishLaunching:(NSNotification *)aNotification{
  2. NSStatusItem *item;
  3. NSStatusBar *bar = [NSStatusBar systemStatusBar];
  4. item = [bar statusItemWithLength:NSSquareStatusItemLength];//this crash!!!-> Job appears to have crashed: Segmentation fault: 11
  5. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement