I am trying to update iOS 3 application to iOS 8. All functionality in my application are work fine on simulator but when i try to deploy my application on my iPad which has iOS 5, facing some error. I fixed all setting like deployment target to iOS 5 and other basic setting. ERRORS which i face
Code Sign error: No code signing identities found: No code signing identities (i.e. certificate and private key pairs) that match the provisioning profile specified in your build settings (“searchme”) were found.
CodeSign error: code signing is required for product type 'Application' in SDK 'iOS 8.1'
Reference to fist error i have create provisional profile with a name "searchme" and
Bundle identifier - com.damyant.searchme.
Reset your code signing and make sure the bundle ID isn't changed.
The deployment target should be same as or less than the iphoneos/iphonesimulator.
Clean the project, and try again.