I get this error when I try to test with my device.
CodeSign error: code signing is required for product type 'Application' in SDK 'iOS 6.1'
XCode ver 4.6.2
Thanks for your help.
I get this error when I try to test with my device.
CodeSign error: code signing is required for product type 'Application' in SDK 'iOS 6.1'
XCode ver 4.6.2
Thanks for your help.
Right now in Build Settings, it probably looks like this 
You have to code sign an app to test it, so change it so it looks like this 
Note that to be able to test on a device, you must be a registered Apple Developer (Payed the $99), and have your device set up for development with your provisioning profile installed.
EDIT
Make sure in Organizer->Devices, your phone is set up for development and has your iOS team provisioning profile installed. Also, make sure that your device is set up to be used with your provisioning profile in the provisioning portal. If nothing else works, look at this answer.