iOS Question Code sign error

John Woodsmall

Active Member
Licensed User
Longtime User
I have tried this endless times:

i have a distribution certifcate:
I have a provisioning file

i use the name: com.horses
the id is com.horses (or com.horses.*)

I try to build a release app and get this:


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 (“Horse_Distribution”) were found.

itunes will only let me create two development certificates so
I use distribution certificate and in this one "App store"

i think i have every combination of these.
 

John Woodsmall

Active Member
Licensed User
Longtime User
ok, using your advice above...distribution certificate
i get:
Check dependencies
Provisioning profile "Horse_Hoc" doesn't include any certificate for which the matching private key is installed in the keychain.
Code signing is required for product type 'Application' in SDK 'iOS 10.1'

at a loss.

thanks
 
Upvote 0

John Woodsmall

Active Member
Licensed User
Longtime User
ok thanks...i got the thing to complile and to upload to the store!
but now...i can see the activity on the itunes.connect store
but
no action back to me from testflight.
I have myself as a user and it says "have sent invite". (no email to me...two days now).

so i am stuck (the other apps are working fine (i can upload and testflight updates me))

i have an app on the store and it shows the name as build, but does not show the other details
and say no (on the user page) no builds.

it this to do with the certifcate or the partition file?

thanks
 
Upvote 0

John Woodsmall

Active Member
Licensed User
Longtime User
Here are the images from testflight?

thanks
 

Attachments

  • TestFlight_Activity.gif
    TestFlight_Activity.gif
    12.9 KB · Views: 232
  • TestFlight_Activity002.gif
    TestFlight_Activity002.gif
    4.4 KB · Views: 224
  • TestFlight_Activity003.gif
    TestFlight_Activity003.gif
    7.2 KB · Views: 249
  • TestFlight_Activity004.gif
    TestFlight_Activity004.gif
    5.2 KB · Views: 244
Upvote 0
Top