expo / turtle

Standalone app builder service
MIT License
384 stars 29 forks source link

Provisioning profile "xxxx" doesn't include signing certificate "xxxx" #314

Open BloodyMonkey opened 3 years ago

BloodyMonkey commented 3 years ago

I'm stuck at exporting and signing the bundle for 2 days. My Provisioning and Certificate are valids and linked, and generated by "expo fetch:ios:certs" and "expo build:ios" works perfectly

turtle 0.21.6

Log:

May 19 13:52:59 turtle[1295] INFO:  INFO [2021-05-19 13:52:59.24]: ▸ 2021-05-19 13:52:59.242 xcodebuild[1387:42063] [MT] IDEDistribution: -[IDEDistributionLogging _createLoggingBundleAtPath:]: Created bundle at path '/var/folders/yp/630tz17576g587dmthd4vvzr0000gn/T/ExpoKitApp_2021-05-19_13-52-59.241.xcdistributionlogs'

May 19 13:53:02 turtle[1295] INFO:  INFO [2021-05-19 13:53:02.35]: ▸ error: exportArchive: Provisioning profile "xxxx" doesn't include signing certificate "Apple Distribution: xxxx (xxxx)"

May 19 13:53:02 turtle[1295] INFO:  INFO [2021-05-19 13:53:02.35]: ▸ Error Domain=IDEProfileQualificationErrorDomain Code=5 "Provisioning profile "xxxx" doesn't include signing certificate "Apple Distribution: xxxx (xxxx)"." UserInfo={NSLocalizedDescription=Provisioning profile "xxxx" doesn't include signing certificate "Apple Distribution: xxxx (xxxx)"., IDEDistributionIssueSeverity=3, IDEProfileQualificationError_MissingCerts={(

May 19 13:53:02 turtle[1295] INFO:  INFO [2021-05-19 13:53:02.35]: ▸     <DVTSigningCertificate: 0x7ffa2bef0ff0; name='Apple Distribution: xxxx (xxxx)', hash='6725818F784D468E134E6AC4977E0B63E2CB76B8', serialNumber='<DVTSigningCertificateSerialNumber: 0x7ffa2bcf9360>', certificateKinds='(

Any idea ?

aplantard commented 2 years ago

Hello, I've got the exact same problem. If you have any clue on how to solve that it would be nice. Thank you in advance