build:ios certificate error [Providing Manual Certificate and Profiles]

Hi Expo Team.
Today i’m generate standalone ios app with the next command: expo build:ios, i chose the option manual, so i provide .p12, .p8 and Distribution Provisioning Profile. The log throw the next error:

:heavy_multiplication_x: Build failed.
Standalone build failed!

But the changes are uploaded correctly, i can see the updates on Expo Client app.
When i click on monitor build link, throw the next error:

importing distribution certificate into keychain...
importing certificate into keychain...
certificate has password
[stderr] security: SecKeychainItemImport: Unknown format in import.
unable to import distribution certificate into keychain
Error: security exited with non-zero code: 1

I try the command: expo build:ios -c, and repeat the process again but doesn’t work, the same error.

What would be the reason for the error, and what would be the consequences?

Thanks for you great work…!

Hey @bomar24,

Can you double check and make sure your .p12, .p8 and prov. profile are all generated properly and also that the path you provided to each of them is correct. If you are certain, please make a Github Issue for this!

Cheers,
Adam

1 Like

This topic was automatically closed 20 days after the last reply. New replies are no longer allowed.