am just starting to. when i run my project it says 'Build Succeeded' but it remains 'Running FoodTracker on iPhone7'.. Why is that?
xcode - running Project
Did you enable debugging on the device? Go to the Devices window in Xcode.
Or if the app is actually installed on the iPhone, try running it from there one time. If it asks you to trust "this computer", agree and everything should be fine after that.
That sounds like a normal build/run process when testing to a connected device that completes successfully - what happens when you hit the stop button in Xcode?
Which version Xcode?
Otherwise, I'm not a big fan of the FT tutorial...seems a bit buggy.
What happens if you make a new project, your choice of simply iOS template, and build/run that to your iPhone? Observe Xcode's messages etc. and use that as your guide for how other apps should work when going thru the same general process.