Build:ios is faling with manually uploaded certificate

I am getting an error during the build with a manual certificate, not letting expo handle these

unable to import distribution certificate into keychain
Error: security exited with non-zero code: 1
at ChildProcess.completionListener (/usr/local/turtle-js/node_modules/@expo/spawn-async/build/spawnAsync.js:51:23)
at Object.onceWrapper (events.js:317:30)
at emitTwo (events.js:126:13)
at ChildProcess.emit (events.js:214:7)
at maybeClose (internal/child_process.js:915:16)
at Socket.stream.socket.on (internal/child_process.js:336:11)
at emitOne (events.js:116:13)
at Socket.emit (events.js:211:7)
at Pipe._handle.close [as _onclose] (net.js:561:12)

I have tired of every solution with removing(sudo expo build:ios --clear-credentials) and recreating certificates but still getting error

Hey @saiyam,

What version of the expo-cli are you using? If not the latest, can you try updating and see if that resolves the issue?

Cheers,
Adam

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