iOS Question must contain the correct beta entitlement

John Woodsmall

Active Member
Licensed User
Longtime User
I have been at this for days now

1.) on b4i: private sign key
( download certificate)
2.) on b4i:build configuration: com.astromatch
3.) on itunes.connect: apple id: john(com.astromatch)
4.) on itunes.connect: provisioning file: store,apple id(john(com.astromatch)
5.) download and get this on build release app:


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 (“Astro_Distribution”) were found.
CodeSign error: code signing is required for product type 'Application' in SDK 'iOS 8.4'
 
Upvote 0
Top