My app never enters my code in Lion
My app never enters my code in Lion
- Subject: My app never enters my code in Lion
- From: John Nairn <email@hidden>
- Date: Tue, 26 Jul 2011 10:57:21 -0700
I installed Lion and XCode 4.1. I am trying to fix my app, which will not Launch in Lion (although some users say that can get it running fine by deleting the ~/Library/Icons folder first). My app used to target 10.5 and deploy 10.4. I could not target 10.5 on Lion (seems no SDK and I didn't try to find out how to get it yet and want to target newer anyway). I can build by targeting 10.6 and deploying 10.4 (although lots of warning that will need future attention, but unrelated to current problem). After building and running, it will not enter my code. It hangs up before it gets to -applicationWillFinishLaunching. The console repeats these messages
unable to read unknown load command 0x24
unable to read unknown load command 0x26
unable to read unknown load command 0x24
unable to read unknown load command 0x26
etc.
I also noticed an "M" icon next to my MainMenu.nib file and it was the only nib file that had such an Icon. That is the nib that should load at launch time. It instantiates an AppController object which has the -applicationWillFinishLaunching that does not get called and has its own +initialize that never is called either.
---------------
John Nairn
GEDitCOM - Genealogy Software for the Macintosh
http://www.geditcom.com
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden