Re: Finding error code meanings
Re: Finding error code meanings
- Subject: Re: Finding error code meanings
- From: Citizen <email@hidden>
- Date: Fri, 29 Jul 2011 19:40:22 +0100
On 29 Jul 2011, at 17:39, Jim Brandt wrote: I get a Build succeeded message when I try to Build and Run, followed by a "No launchable executable present at current path." error when it tries to run. I'm not sure what the error means or where to go to find out. New to Xcode and new to Objective-C. Trying to learn :>)
Once you Build and Run, press the following keys:
⇧+⌘+R
or use the menu item:
Run > Console
to show the Console. You should see at least one pane that looks like a command line with loads of monospaced text in it. If your program produced any output it will be here in Bold.
If this is the case you can probably ignore the "No launchable executable present at current path." message for now. See it as a red-herring. Someone else may be able to tell you how to get rid of it though.
If you were building a GUI application I would suggest doing a "Clean All Targets" to see if that helps.
Regards, Dave ------ |
_______________________________________________
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