The app must be signed with a development identity

Even i was facing the same issue.
Figuered out that while creating the build the build the developer needs to sign the build.
Steps followed by me:
1.Select Project->Build settings and add required details under code signing identity(Provisioning profile and developer certificate).
2.Select Target->Build settings and same steps.
3.Then build the app.