Re: How to run an application bundle that dynamically loads a dylib
Re: How to run an application bundle that dynamically loads a dylib
- Subject: Re: How to run an application bundle that dynamically loads a dylib
- From: David Dunham <email@hidden>
- Date: Wed, 17 May 2006 10:23:58 -0700
On 17 May 2006, at 05:12, Markus Hitter wrote:
I have created an application bundle "x.App" on Mac version 10.4 that
requires loading dll "y.dylib". The actual executable "x" resides
at the
following path: Contents/MacOS/
I m not able to open the application in both the following cases -
-By double clicking its Icon in the Finder.
Did you try to rename x.App to x.app?
Unlikely to matter, since most systems are set up case-insensitive.
I'd guess a problem with Info.plist. Does it have something like
<key>CFBundleExecutable</key>
<string>$(PRODUCT_NAME)</string>
------------
David Dunham email@hidden http://www.pensee.com/dunham/
"No matter how far you have gone on a wrong road, turn back." -
Turkish proverb
Attachment:
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________
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