I'm building my first app with cordova/phonegap. Everything was just fine until I updated my iPhone 5S to iOS 7.1 AND Xcode to 5.1.1
Now I keep on getting this error:
Check dependencies
Code Sign error: No provisioning profiles found: No non–expired provisioning profiles were found.
CodeSign error: code signing is required for product type 'Application' in SDK 'iOS 7.1'
BUILD FAILED
In xcode I see my provisioning profile, and it's still valid.
I see some people is having architecture problems. I'm not, but at the moment I can't run my app on any device, but just on the simulator. What can I do?