Exp build:ios fails without any errors

I let expo solve all the certificates and no errors are appearing in the terminal.
When building for ios with exp:build ios Expo fails and outputs this:

build type: archive
release channel: prod-v1
creating keychain
Executing command: security create-keychain -p a048ba4b-fa90-11e7-b6a2-0050568ea4aa /tmp/turtle-agent/a048ba39-fa90-11e7-b6a2-0050568ea4aa.keychain
Executing command: security default-keychain -s /tmp/turtle-agent/a048ba39-fa90-11e7-b6a2-0050568ea4aa.keychain
Executing command: security set-keychain-settings -t 360000s /tmp/turtle-agent/a048ba39-fa90-11e7-b6a2-0050568ea4aa.keychain
Executing command: security list-keychains -d user
Old Keychain list
New Keychain list
Executing command: security list-keychains -s /tmp/turtle-agent/a048ba39-fa90-11e7-b6a2-0050568ea4aa.keychain
Unlocking keychain...
Executing command: security unlock-keychain -p a048ba4b-fa90-11e7-b6a2-0050568ea4aa /tmp/turtle-agent/a048ba39-fa90-11e7-b6a2-0050568ea4aa.keychain
Unlocked keychain
Executing command: security show-keychain-info /tmp/turtle-agent/a048ba39-fa90-11e7-b6a2-0050568ea4aa.keychain
deferring keychain deletion
done creating keychain
getting credentials
Importing certificate into keychain...
Certificate has password.
Executing command: security import /tmp/turtle/9aac8577-8475-4bde-a0ca-2d3402d17ee5/cert-1752c56c-c622-40b8-ad59-6e2e58a39978.p12 -A -k /tmp/turtle-agent/a048ba39-fa90-11e7-b6a2-0050568ea4aa.keychain -f pkcs12 -P p6tP86GSmDly8U
unable to get credentials
Executing command: security delete-keychain /tmp/turtle-agent/a048ba39-fa90-11e7-b6a2-0050568ea4aa.keychain
Restoring keychain list...
Executing command: security list-keychains -s /private/tmp/turtle-agent/e32cd279-f725-11e7-8f6c-0050568ea4aa.keychain
Restored keychain list.

What could be the issue?

Pic:

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