App runs on simulator but not on device
Every time I put my app to run on my device I receive this error:
[BEROR]CodeSign error: code signing is required for product type
'Application' in SDK 'iOS 4.3'
But when i run it on the simulator, no problems or anything.开发者_如何学编程 Does anyone have a suggestion of what may be causing this difference? Thanks.
In order to deploy to a device you need a signing key and certificate. Apple will sign your cert request when you pay for your apple iphone developer license.
You then tell your xcode project to sign with your signing key before deploying to your iphone/ipod
This feels like a duplicate of: Xcode 'CodeSign error: code signing is required'
精彩评论