expo build:ios - Standalone build failed

|[10:45:32] Waiting for build to complete. You can press Ctrl+C to exit.
-[10:46:32] Standalone build failed!

Log:


▼importing certificate into keychain
importing distribution certificate into keychain...
unable to import distribution certificate into keychain
TypeError: First argument must be a string, Buffer, ArrayBuffer, Array, or array-like object.
    at Function.Buffer.from (buffer.js:183:11)
    at Object.writeBase64ToBinaryFile (/usr/local/turtle-js/build/builders/utils/file.js:9:27)
    at Object.importCert (/usr/local/turtle-js/build/builders/utils/ios/keychain.js:55:25)
    at Object.buildArchive [as default] (/usr/local/turtle-js/build/builders/ios/archive.js:26:24)
    at <anonymous>

Not sure what’s going on, but a standalone build for ios fails at the above. I deleted all of my provisioning profiles and certs, created a new cert (both a dev and prod), and allowed exp to generate the provisioning profile. Not sure what I’m doing wrong?

Hey @fypconsulting,

What version of the expo CLI are you running? Also, can you share the buildID for this failing build?

Cheers,

Adam

Build ID: 476a6e65-ffba-4121-8013-8d3d31e20ecf

Expo CLI: 2.2.4 (I just did an upgrade with homebrew this morning).

Any news?

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