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
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
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
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
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
>> 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
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,
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