FROM : Stephane Sudre
DATE : Wed Apr 20 12:02:44 2005
Did something get broken in 10.3.9 or a previous release concerning
LSMinimumVersion?
I just added the following item to an Info.plist:
<key>LSMinimumSystemVersion</key>
<string>10.4</string>
When I run this on 10.3.9, the program quits with this log:
RegisterProcess failed (error = -50)
It's a signal 6 abort in Xcode 1.5.
If I replace 10.4 with 10.3, the program runs fine. This is ok.
So while the fact that the program does not run when the
LSMinimumSystemVersion is set to 10.4 is perfectly ok, I thought there
was a dialog displayed in this case. Is this just my imagination?
From what I see, others are sharing the pain:
http://www.cocoabuilder.com/archive/message/cocoa/2004/12/31/124691
Couldn't this have been fixed in 10.3.8 and 10.3.9?
DATE : Wed Apr 20 12:02:44 2005
Did something get broken in 10.3.9 or a previous release concerning
LSMinimumVersion?
I just added the following item to an Info.plist:
<key>LSMinimumSystemVersion</key>
<string>10.4</string>
When I run this on 10.3.9, the program quits with this log:
RegisterProcess failed (error = -50)
It's a signal 6 abort in Xcode 1.5.
If I replace 10.4 with 10.3, the program runs fine. This is ok.
So while the fact that the program does not run when the
LSMinimumSystemVersion is set to 10.4 is perfectly ok, I thought there
was a dialog displayed in this case. Is this just my imagination?
From what I see, others are sharing the pain:
http://www.cocoabuilder.com/archive/message/cocoa/2004/12/31/124691
Couldn't this have been fixed in 10.3.8 and 10.3.9?
| Related mails | Author | Date |
|---|---|---|
| Stephane Sudre | Apr 20, 12:02 | |
| Ricky Sharp | Apr 20, 13:10 | |
| Ricky Sharp | Apr 30, 17:25 | |
| Ricky Sharp | Apr 30, 17:31 |






Cocoa mail archive

