iOS 7.0 No code signing identities found

user2849317 picture user2849317 · Oct 5, 2013 · Viewed 211.4k times · Source
  • certificate is valid
  • xcode 5
  • iOS 7

Code Sign error: No codesigning identities found: No codesigning identities (i.e. certificate and private key pairs) that match the provisioning profile specified in your build settings (“iOS Team Provisioning Profile: *”) were found. CodeSign error: code signing is required for product type 'Application' in SDK 'iOS 7.0'

Answer

Rajneesh071 picture Rajneesh071 · Oct 5, 2013

For Certificate

  1. Revoke Previous Certificate.
  2. Generate New Development Certificate.
  3. Download Certificate.
  4. Double Click to put in KeyChain.

For Provisioning profile

  1. Create New or Edit existing Provisioning profile.
  2. Download and install.

For BundleIdentifier.

  1. com.yourcompanyName.Something (Put same as in AppId)

enter image description here

CodeSigningIdentity.

  1. Select The Provisioning profile which you created.

enter image description here