Expo build for iOS fails

Hi everyone,

I’m having an issue building iOS app with the following command:

expo build:ios

I can see the following error in logs under Configuring NSBundle section:

Unhandled promise rejection: { Error: write EPROTO 140736187265920:error:1409E0E5:SSL routines:ssl3_write_bytes:ssl handshake failure:…/deps/openssl/openssl/ssl/s3_pkt.c:659:

at _errnoException (util.js:1024:11)
at WriteWrap.afterWrite [as oncomplete] (net.js:867:14)

message: ‘write EPROTO 140736187265920:error:1409E0E5:SSL routines:ssl3_write_bytes:ssl handshake failure:…/deps/openssl/openssl/ssl/s3_pkt.c:659:\n’,
code: ‘NetworkingError’,
errno: ‘EPROTO’,
syscall: ‘write’,
region: ‘us-west-1’,
hostname: ‘exp-shell-app-assets.s3.us-west-1.amazonaws.com’,
retryable: true,
time: 2018-10-16T11:19:31.876Z }

Any help or advice would be much appreciated.

Thanks,

David

Could you provide us with your build ID?

Also, since it is a networking error - did you try to run this build again?

Hi,

I try to build it again and the issue seems to be gone now. It was probably some temporary problem, even though it lasted around 24 hours.

Thanks for your help!

David

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