error: executable doesn't exist

I am new to XCode and C++. I learned R a few years ago so Im not going in completely blind. But I have no idea what to do about this error. Every time I try to run my code which I know has no problems I get a pop up that says "Could not launch__ Internal error." Can someone please help me. I have tried everything from starting a new project, turning my computer on and off, and uninstalling and then re installing XCode. Please I need help.

Replies

If you want anyone to help you, you need to provide a lot more information. List what you're doing step by step, such as the following:


  1. The type of Xcode project you are creating.
  2. Any files you added to the project.
  3. How you are running your code.


You should start by creating a command-line tool project in Xcode, clicking the Run button, and see if that works. If the same error popup opens with a fresh project and no added code, I don't know what to tell you.

… my code which I know has no problems …

How can you be so sure ?


Could you post the code of your project ?

Is your code from some source prior to you doing work with it? Did you create a new project using an Xcode template?


Using any 3rd party game engines?