Dissociation between PRODUCT_NAME and EXECUTABLE_NAME causes debugger problems
Dissociation between PRODUCT_NAME and EXECUTABLE_NAME causes debugger problems
- Subject: Dissociation between PRODUCT_NAME and EXECUTABLE_NAME causes debugger problems
- From: Alexander von Below <email@hidden>
- Date: Sat, 5 Aug 2006 11:53:01 +0200
Hello,
for reasons beyond the scope of this eMail, I want my main executable
to have a different name than the product in a Cocoa application.
Say, the product is to be named "foo" and the bundle executable is to
be named "bar" By setting the EXECUTABLE_NAME in the foo Target build
settings to "bar", I can achieve this result. If I click foo.app in
the finder now, it is launched using the bar Bundle executable.
However, if I try to use "run" or "debug" from within Xcode, I am
told that there is "no lauchable executable present at path "/Users/
below/dev/Example/build/Debug/foo.app/Contents/MacOS/foo". This of
course is correct, but why is the debugger not aware that instead
"bar" should be launched?
Thanks
Alex
_______________________________________________
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