I am trying to test the installed app on IOS device through xcode.
Followed the below steps
1)Launch Xcode and open develper tools -> Instruments.
2)Click on Automation and connect your device. Search fo the Target app to be tested and click on record.
3)Xcode should launch the application.
but in my case I am getting below error.
Target failed to run: Permission to debug com.apple.itunesu was denied. The app must be signed with a development identity (e.g. iOS Developer).
Pls help me to solve the issue.