Re: App won't get to my code in Lion

2011-07-26 Thread Charles Srstka
On Jul 26, 2011, at 12:19 AM, John Nairn wrote: > My app won't start at all in Lion. I always thought the first code will be in > > - (void)applicationWillFinishLaunching:(NSNotification *)aNotification > > but that code is never reached. So I am a loss of how to fix it. > > Many of my users cl

Re: App won't get to my code in Lion

2011-07-26 Thread Greg Parker
On Jul 26, 2011, at 10:34 AM, John Nairn wrote: > I was trying to get away with XCode 3.25 on Lion to make a quick fix to my > code. I have now installed Xcode 4.1. So far I am getting the same error > message. I had this once before in a different application and the solution > then was to crea

Re: App won't get to my code in Lion

2011-07-26 Thread John Nairn
I was trying to get away with XCode 3.25 on Lion to make a quick fix to my code. I have now installed Xcode 4.1. So far I am getting the same error message. I had this once before in a different application and the solution then was to create a completely new project and manually add all files b

Re: App won't get to my code in Lion

2011-07-26 Thread Jens Alfke
On Jul 25, 2011, at 11:39 PM, John Nairn wrote: > Program loaded. > run > [Switching to process 7184] > Running… > sharedlibrary apply-load-rules all > unable to read unknown load command 0x24 > unable to read unknown load command 0x26 > unable to read unknown load command 0x24 > unable to read u

Re: App won't get to my code in Lion

2011-07-25 Thread John Nairn
I now managed to get some feedback. When running with debugger, the Xcode console lists Program loaded. run [Switching to process 7184] Running… sharedlibrary apply-load-rules all unable to read unknown load command 0x24 unable to read unknown load command 0x26 unable to read unknown load command

Re: App won't get to my code in Lion

2011-07-25 Thread John Nairn
>> My app won't start at all in Lion. I always thought the first code will be in >> - (void)applicationWillFinishLaunching:(NSNotification *)aNotification > > Not necessarily. For instance, if you have -awakeFromNib methods in objects > in your main nib, those will run earlier. > >> but that cod

Re: App won't get to my code in Lion

2011-07-25 Thread Jens Alfke
On Jul 25, 2011, at 10:19 PM, John Nairn wrote: > My app won't start at all in Lion. I always thought the first code will be in > - (void)applicationWillFinishLaunching:(NSNotification *)aNotification Not necessarily. For instance, if you have -awakeFromNib methods in objects in your main nib,

App won't get to my code in Lion

2011-07-25 Thread John Nairn
My app won't start at all in Lion. I always thought the first code will be in - (void)applicationWillFinishLaunching:(NSNotification *)aNotification but that code is never reached. So I am a loss of how to fix it. Many of my users claim they can get it running by deleting the folder ~/Library/I