I\'m new to xCode development and struggling my way through the provisioning system trying to run a Hello World app on a real device. I went through al steps and everything
There could be a number of things, but i would make sure that that your deployment taget in build settings is at or below your target . Check the "deployment section" in the build settings of your project. The default sets the deployment to the highest iOS version, if the ios version is below what is set you will not be able to run the app on that device.