0

When I try to run my app, it builds with no errors, but will not run. At the top of the Xcode window it says “Attaching to golfflixlight” with a little animation underneath.

I let it run for 20 minutes and gave up, I'm stuck

Noah Witherspoon
  • 57,021
  • 16
  • 130
  • 131
Ted pottel
  • 6,869
  • 21
  • 75
  • 134

1 Answers1

0

This is a recurring scourge of Xcode. It is there to make our lives miserable. The solution is very elusive, and I have yet to read a single, coherent explanation what's happening.

Take a look at this SO question, it might give you some idea how to solve your conundrum. Personally, nothing works for me other than going to Edit Scheme, and setting the debugger to GDB. Good luck.

Community
  • 1
  • 1
nikolovski
  • 4,049
  • 1
  • 31
  • 37
  • Thank you for responding. The debugger was allready set to GDB – Ted pottel Feb 20 '13 at 13:08
  • No problem, hope you got it working. Otherwise, visit the SO question in my answer, it pertains to the problem you have and has a number of possible remedies you could try. – nikolovski Feb 20 '13 at 19:36