LSOpenFromURLSpec() returns -10825 on Tiger
LSOpenFromURLSpec() returns -10825 on Tiger
- Subject: LSOpenFromURLSpec() returns -10825 on Tiger
- From: Mirko Viviani <email@hidden>
- Date: Fri, 13 Nov 2009 20:24:03 +0100
Hi,
I have a problem building an application targeted to 10.4.10 and up.
Launching the app with open I get this error:
$ open /Applications/myapp.app
... LSOpenFromURLSpec() returned -10825 for application (null) urls file://localhost/Applications/myapp.app/.
while launching the exe inside the application bundle works like a charm. (the same app bundle has no problems on 10.5 and 10.6)
lipo tell me that it is compiled for ppc7400 and i386 with gcc 4.0 and xcode 3.2.1, 10.5sdk and deployment set to 10.4
LSMinimumSystemVersion is set to 10.4.10
I have double checked Info.plist and file/dir permissions with no luck at all.
Is there a way to enable a more verbose output?
Things to check?
Are the sources of LSOpenFromURLSpec() available somewhere?
Anyway "-arch ppc -mtune=G5" creates a ppc7400 object file instead of ppc. Why? How to force ppc?
Thank you.
--
Ciao,
Mirko
_______________________________________________
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