iphone - Xcode 'CodeSign error: code signing is required' -


I am working on the iPhone project with iOS 4.0. I have just downloaded encod 3.2.4 with iOS SDK 4.1 so that I can work with updated iOS. On opening the project in Udpated Xcode, I found out that the target 'missing the base SDK' I have decided that by following the instructions,

Now when I try to target any version of iOS, I get this error (with the version referenced in the error text):

CodeSign Error: SDK 'Device - iOS 4.1'

Is the certificate and selected The code signing unit is 'iPhone Developer: Haroon Millam'.

Any thoughts that I can remember here?

This happens when Xcode does not recognize your certificate.

There is only one pain in the ass to solve it, there are many possibilities in it to help you.

But first of all you should try "Window" tab => Connector, the provisions in your device then add them again (download them again on Apple's website) and try to compile again Please.

By the way, have you checked in the "Code Signing Identification" project information window?

Good luck.


Comments