I get the following error when I want to archive my app:
CodeSign error: code signing is required for product type ‘Application’ in SDK ‘iOS 4.3’
If I edit scheme and set it to Debug it works. But I cannot send the archive to apple the organizer gives the following error then:
No suitable application records were found.
Please make sure that you have set up a record for this application on iTunes Connect.
Which is strange because my bundle id is the same as the last part of the identifier in Xcode…
Does anyone know where I have to look for?
Thnx!!
You need to make sure that you have a Code Signing profile selected for your Target as well.