iOS development requires the use of Provisioning Profiles to deploy to iOS hardware, either for development or for final distribution. This section will discuss how to create and use provisioning profiles.
For information on using provisioning profiles, see this page.
The provisioning profile is error prone due to its complexity. If you are unable to get things to work here are some things to try:
Provisioning profiles are tied to a certain bundle identifier. Verify that the bundle identifier of your app matches the bundle identifier in the provisioning profile.