Re: Unable to debug custom executable
Re: Unable to debug custom executable
- Subject: Re: Unable to debug custom executable
- From: "Clark Cox" <email@hidden>
- Date: Thu, 17 Apr 2008 13:41:57 -0700
On Thu, Apr 17, 2008 at 1:32 PM, Dieter Oberkofler
<email@hidden> wrote:
> I'm trying to debug a Intel custom executable in XCode 2.5 but when using
> "Add custom executable" my application has an icon of a "invalid
> application" (icon is overlaid with some kind of a )crossed out circle and
> when trying to run the debugger all icons are grayed out. There are other
> applications that can be debugged using the same steps and the application
> has a "normal" icon in the Finder and can be executed without problems.
> I have been trying to see any differences to other applications but I'm
> stuck. Any help is appreciated. It would often be great to have XCode
> telling me why he "dislikes" what I want to do instead of just graying
> function out.
> Thank you,
The most likely causes for this icon overlay that I've encountered:
1) The app is missing its executable (i.e. the Foo.app/Contents/MacOS/Foo)
2) The app's executable is built for the wrong architecture; i.e.:
You're running on a G4, and the app is built for ppc64, i386 or x86_64
You're running on a G5, and the app is built for i386 or x86_64
You're running on a 32-bit Intel Mac, and the app is built for
ppc64 or x86_64
You're running on a 64-bit Intel Mac, and the app is built for ppc64
--
Clark S. Cox III
email@hidden
_______________________________________________
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