Turtle build - 404 error

Hi,
Me and my team are struggling building expo app on our CI server. (Azure DevOps/MacOs). We’re able to push bundles to Expo servers and build it out there, but when we incorporated Turtle, something strange happens and we get error: Error: Request failed with status code 404 . Set of commands we execute on the CI pipeline:

echo 'Turtle build...'
npx expo publish --non-interactive
export EXPO_IOS_DIST_P12_PASSWORD=$(EXPO_IOS_DIST_P12_PASSWORD)
turtle setup:ios
echo 'build:ios...'
EXPO_IOS_DIST_P12_PASSWORD=$(EXPO_IOS_DIST_P12_PASSWORD) turtle build:ios -u $(EXPO_CLI_USER) -p $(EXPO_CLI_PASSWORD) --team-id $(Apple-Team-Id) --dist-p12-path $(Agent.TempDirectory)/DistCert_ZUPPTF4T35.p12 --provisioning-profile-path $(Agent.TempDirectory)/ProvisioningProfile_VJYD2BAX69.mobileprovision

Error we see:

Detailed log:

2021-03-18T23:47:21.9609130Z ##[section]Starting: build iOS
2021-03-18T23:47:21.9659030Z ==============================================================================
2021-03-18T23:47:21.9660110Z Task         : Command line
2021-03-18T23:47:21.9660560Z Description  : Run a command line script using Bash on Linux and macOS and cmd.exe on Windows
2021-03-18T23:47:21.9661060Z Version      : 2.182.0
2021-03-18T23:47:21.9661350Z Author       : Microsoft Corporation
2021-03-18T23:47:21.9661760Z Help         : https://docs.microsoft.com/azure/devops/pipelines/tasks/utility/command-line
2021-03-18T23:47:21.9662320Z ==============================================================================
2021-03-18T23:47:22.8377550Z Generating script.
2021-03-18T23:47:22.8707690Z ========================== Starting Command Output ===========================
2021-03-18T23:47:22.9907750Z [command]/bin/bash --noprofile --norc /Users/runner/work/_temp/a330aae3-d76c-45e9-9032-cfd6d4ae6906.sh
2021-03-18T23:47:23.0153610Z Turtle build...
2021-03-18T23:47:24.6374840Z Opening `/dev/tty` failed (6): Device not configured
2021-03-18T23:47:24.7857760Z ┌─────────────────────────────────────────────────────────────────────────┐
2021-03-18T23:47:24.7894600Z │                                                                         │
2021-03-18T23:47:24.7921930Z │   There is a new version of expo-cli available (4.3.1).                 │
2021-03-18T23:47:24.7975310Z │   You are currently using expo-cli 4.3.0                                │
2021-03-18T23:47:24.8032190Z │   Install expo-cli globally using the package manager of your choice;   │
2021-03-18T23:47:24.8073550Z │   for example: `npm install -g expo-cli` to get the latest version      │
2021-03-18T23:47:24.8131460Z │                                                                         │
2021-03-18T23:47:24.8188950Z └─────────────────────────────────────────────────────────────────────────┘
2021-03-18T23:47:27.2374400Z 
2021-03-18T23:47:27.2421940Z [23:47:27] › Expo SDK: 39.0.0
2021-03-18T23:47:27.2424960Z [23:47:27] › Release channel: default
2021-03-18T23:47:27.2427670Z [23:47:27] › Workflow: Managed
2021-03-18T23:47:27.2427900Z 
2021-03-18T23:47:27.7444060Z [23:47:27] Building optimized bundles and generating sourcemaps...
2021-03-18T23:47:36.5788560Z [23:47:36] Starting Metro Bundler
2021-03-18T23:47:37.3228580Z [23:47:37] Building iOS bundle
2021-03-18T23:59:50.4431710Z [23:59:50] Finished building JavaScript bundle in 670231ms.
2021-03-18T23:59:50.4857890Z [23:59:50] Building Android bundle
2021-03-19T00:10:11.9163380Z [00:10:11] Building source maps
2021-03-19T00:10:11.9275770Z [00:10:11] Finished building JavaScript bundle in 621299ms.
2021-03-19T00:10:14.1374530Z [00:10:14] Finished building JavaScript bundle in 2156ms.
2021-03-19T00:10:15.7443650Z [00:10:15] Finished building JavaScript bundle in 1355ms.
2021-03-19T00:10:16.2528490Z [00:10:16] Building asset maps
2021-03-19T00:10:22.0850010Z [00:10:22] Finished building JavaScript bundle in 5742ms.
2021-03-19T00:10:26.7693980Z [00:10:26] Finished building JavaScript bundle in 4677ms.
2021-03-19T00:10:27.5245460Z [00:10:27] 
2021-03-19T00:10:27.6923050Z [00:10:27] Bundle                     Size
2021-03-19T00:10:27.6968700Z ┌ index.ios.js          2.76 MB
2021-03-19T00:10:27.7039470Z ├ index.android.js      2.77 MB
2021-03-19T00:10:27.7073270Z ├ index.ios.js.map      9.47 MB
2021-03-19T00:10:27.7149730Z â”” index.android.js.map  9.48 MB
2021-03-19T00:10:27.7200190Z [00:10:27] 
2021-03-19T00:10:27.7269160Z [00:10:27] 💡 JavaScript bundle sizes affect startup time. Learn more: https://expo.fyi/javascript-bundle-sizes
2021-03-19T00:10:27.7359220Z [00:10:27] 
2021-03-19T00:10:27.7455230Z [00:10:27] Analyzing assets
2021-03-19T00:10:27.9563310Z [00:10:27] Saving assets
2021-03-19T00:10:28.1326180Z [00:10:28] No assets changed, skipped.
2021-03-19T00:10:28.1364720Z [00:10:28] 
2021-03-19T00:10:28.1414880Z Processing asset bundle patterns:
2021-03-19T00:10:28.1454500Z [00:10:28] - /Users/runner/work/1/s/**/*
2021-03-19T00:10:28.1666660Z [00:10:28] 
2021-03-19T00:10:28.1768200Z [00:10:28] Uploading JavaScript bundles
2021-03-19T00:10:30.3428090Z [00:10:30] Publish complete
2021-03-19T00:10:30.3438120Z 
2021-03-19T00:10:30.3445780Z [00:10:30] 📝  Manifest: https://exp.host/@greenpool_hubert/Greenpool/index.exp?sdkVersion=39.0.0 Learn more: https://expo.fyi/manifest-url
2021-03-19T00:10:30.3448520Z [00:10:30] ⚙️   Project page: https://expo.io/@greenpool_hubert/Greenpool Learn more: https://expo.fyi/project-page
2021-03-19T00:10:30.3449490Z 
2021-03-19T00:11:02.1630010Z Mar 19 00:11:02 turtle[11240] INFO:  e[32mit's all set!e[39m
2021-03-19T00:11:02.1635410Z e[32m  platform: "ios"e[39m
2021-03-19T00:11:02.1637720Z e[32m  buildPhase: "setting up environment"e[39m
2021-03-19T00:11:02.2262530Z build:ios...
2021-03-19T00:11:21.3134330Z Mar 19 00:11:21 turtle[11293] INFO:  e[32mshell app for SDK 39.0.0 doesn't exist, downloading...e[39m
2021-03-19T00:11:21.3237130Z e[32m  platform: "ios"e[39m
2021-03-19T00:11:21.3373400Z e[32m  buildPhase: "setting up environment"e[39m
2021-03-19T00:11:57.5733130Z Mar 19 00:11:57 turtle[11293] INFO:  e[32mshell app has been downloadede[39m
2021-03-19T00:11:57.5856580Z e[32m  platform: "ios"e[39m
2021-03-19T00:11:57.5861070Z e[32m  buildPhase: "setting up environment"e[39m
2021-03-19T00:11:57.5971650Z Mar 19 00:11:57 turtle[11293] INFO:  e[32mextracting shell app (this may take a while)...e[39m
2021-03-19T00:11:57.6076190Z e[32m  platform: "ios"e[39m
2021-03-19T00:11:57.6193960Z e[32m  buildPhase: "setting up environment"e[39m
2021-03-19T00:15:10.3362080Z Mar 19 00:15:10 turtle[11293] INFO:  e[32mshell app extractede[39m
2021-03-19T00:15:10.3364630Z e[32m  platform: "ios"e[39m
2021-03-19T00:15:10.3366040Z e[32m  buildPhase: "setting up environment"e[39m
2021-03-19T00:15:11.2611570Z Mar 19 00:15:11 turtle[11293] ERROR: e[31m{ Error: Request failed with status code 404e[39m
2021-03-19T00:15:11.2726030Z e[31m    at createError (/Users/runner/hostedtoolcache/node/10.24.0/x64/lib/node_modules/turtle-cli/node_modules/axios/lib/core/createError.js:16:15)e[39m
2021-03-19T00:15:11.2832810Z e[31m    at settle (/Users/runner/hostedtoolcache/node/10.24.0/x64/lib/node_modules/turtle-cli/node_modules/axios/lib/core/settle.js:17:12)e[39m
2021-03-19T00:15:11.2954350Z e[31m    at IncomingMessage.handleStreamEnd (/Users/runner/hostedtoolcache/node/10.24.0/x64/lib/node_modules/turtle-cli/node_modules/axios/lib/adapters/http.js:237:11)e[39m
2021-03-19T00:15:11.3085870Z e[31m    at IncomingMessage.emit (events.js:203:15)e[39m
2021-03-19T00:15:11.3233530Z e[31m    at IncomingMessage.EventEmitter.emit (domain.js:448:20)e[39m
2021-03-19T00:15:11.3314580Z e[31m    at endReadableNT (_stream_readable.js:1145:12)e[39m
2021-03-19T00:15:11.3433210Z e[31m    at process._tickCallback (internal/process/next_tick.js:63:19)e[39m
2021-03-19T00:15:11.3549860Z e[31m  config:e[39m
2021-03-19T00:15:11.3684270Z e[31m   { url: 'https://exp.host:***@hubert@greenpool.no/Greenpool',e[39m
2021-03-19T00:15:11.3690320Z e[31m     method: 'get',e[39m
2021-03-19T00:15:11.3797830Z e[31m     headers:e[39m
2021-03-19T00:15:11.3901990Z e[31m      { Accept: 'application/expo+json,application/json',e[39m
2021-03-19T00:15:11.4014010Z e[31m        'Exponent-SDK-Version': '39.0.0',e[39m
2021-03-19T00:15:11.4120960Z e[31m        'Exponent-Platform': 'ios',e[39m
2021-03-19T00:15:11.4228980Z e[31m        'Expo-Release-Channel': 'default',e[39m
2021-03-19T00:15:11.4334780Z e[31m        'User-Agent': 'axios/0.19.0' },e[39m
2021-03-19T00:15:11.4454940Z e[31m     transformRequest: [ [Function: transformRequest] ],e[39m
2021-03-19T00:15:11.4514740Z e[31m     transformResponse: [ [Function: transformResponse] ],e[39m
2021-03-19T00:15:11.4629430Z e[31m     timeout: 0,e[39m
2021-03-19T00:15:11.4702970Z e[31m     adapter: [Function: httpAdapter],e[39m
2021-03-19T00:15:11.4816180Z e[31m     xsrfCookieName: 'XSRF-TOKEN',e[39m
2021-03-19T00:15:11.4904580Z e[31m     xsrfHeaderName: 'X-XSRF-TOKEN',e[39m
2021-03-19T00:15:11.4957550Z e[31m     maxContentLength: -1,e[39m
2021-03-19T00:15:11.5023800Z e[31m     validateStatus: [Function: validateStatus],e[39m
2021-03-19T00:15:11.5096250Z e[31m     data: undefined },e[39m
2021-03-19T00:15:11.5159270Z e[31m  request:e[39m
2021-03-19T00:15:11.5243280Z e[31m   ClientRequest {e[39m
2021-03-19T00:15:11.5309150Z e[31m     domain: null,e[39m
2021-03-19T00:15:11.5417950Z e[31m     _events:e[39m
2021-03-19T00:15:11.5423400Z e[31m      [Object: null prototype] {e[39m
2021-03-19T00:15:11.5525450Z e[31m        socket: [Function],e[39m
2021-03-19T00:15:11.5643860Z e[31m        abort: [Function],e[39m
2021-03-19T00:15:11.5759050Z e[31m        aborted: [Function],e[39m
2021-03-19T00:15:11.5873430Z e[31m        error: [Function],e[39m
2021-03-19T00:15:11.5995050Z e[31m        timeout: [Function],e[39m
2021-03-19T00:15:11.6091890Z e[31m        prefinish: [Function: requestOnPrefinish] },e[39m
2021-03-19T00:15:11.6096800Z e[31m     _eventsCount: 6,e[39m
2021-03-19T00:15:11.6256870Z e[31m     _maxListeners: undefined,e[39m
2021-03-19T00:15:11.6389650Z e[31m     output: [],e[39m
2021-03-19T00:15:11.6397510Z e[31m     outputEncodings: [],e[39m
2021-03-19T00:15:11.6488900Z e[31m     outputCallbacks: [],e[39m
2021-03-19T00:15:11.6564150Z e[31m     outputSize: 0,e[39m
2021-03-19T00:15:11.6633290Z e[31m     writable: true,e[39m
2021-03-19T00:15:11.6749140Z e[31m     _last: true,e[39m
2021-03-19T00:15:11.6752540Z e[31m     chunkedEncoding: false,e[39m
2021-03-19T00:15:11.6857870Z e[31m     shouldKeepAlive: false,e[39m
2021-03-19T00:15:11.6963640Z e[31m     useChunkedEncodingByDefault: false,e[39m
2021-03-19T00:15:11.7076830Z e[31m     sendDate: false,e[39m
2021-03-19T00:15:11.7146410Z e[31m     _removedConnection: false,e[39m
2021-03-19T00:15:11.7196220Z e[31m     _removedContLen: false,e[39m
2021-03-19T00:15:11.7267810Z e[31m     _removedTE: false,e[39m
2021-03-19T00:15:11.7380790Z e[31m     _contentLength: 0,e[39m
2021-03-19T00:15:11.7494880Z e[31m     _hasBody: true,e[39m
2021-03-19T00:15:11.7497060Z e[31m     _trailer: '',e[39m
2021-03-19T00:15:11.7608860Z e[31m     finished: true,e[39m
2021-03-19T00:15:11.7648770Z e[31m     _headerSent: true,e[39m
2021-03-19T00:15:11.7679280Z e[31m     socket:e[39m
2021-03-19T00:15:11.7680950Z e[31m      TLSSocket {e[39m
2021-03-19T00:15:11.7715140Z e[31m        _tlsOptions: [Object],e[39m
2021-03-19T00:15:11.7767660Z e[31m        _secureEstablished: true,e[39m
2021-03-19T00:15:11.7798670Z e[31m        _securePending: false,e[39m
2021-03-19T00:15:11.7823660Z e[31m        _newSessionPending: false,e[39m
2021-03-19T00:15:11.7835450Z e[31m        _controlReleased: true,e[39m
2021-03-19T00:15:11.7869730Z e[31m        _SNICallback: null,e[39m
2021-03-19T00:15:11.7906650Z e[31m        servername: 'exp.host',e[39m
2021-03-19T00:15:11.7911850Z e[31m        alpnProtocol: false,e[39m
2021-03-19T00:15:11.7966700Z e[31m        authorized: true,e[39m
2021-03-19T00:15:11.7997230Z e[31m        authorizationError: null,e[39m
2021-03-19T00:15:11.8022830Z e[31m        encrypted: true,e[39m
2021-03-19T00:15:11.8058590Z e[31m        _events: [Object],e[39m
2021-03-19T00:15:11.8168500Z e[31m        _eventsCount: 9,e[39m
2021-03-19T00:15:11.8235050Z e[31m        connecting: false,e[39m
2021-03-19T00:15:11.8343940Z e[31m        _hadError: false,e[39m
2021-03-19T00:15:11.8388350Z e[31m        _handle: [TLSWrap],e[39m
2021-03-19T00:15:11.8437050Z e[31m        _parent: null,e[39m
2021-03-19T00:15:11.8439990Z e[31m        _host: 'exp.host',e[39m
2021-03-19T00:15:11.8551810Z e[31m        _readableState: [ReadableState],e[39m
2021-03-19T00:15:11.8651480Z e[31m        readable: true,e[39m
2021-03-19T00:15:11.8774450Z e[31m        domain: null,e[39m
2021-03-19T00:15:11.8849530Z e[31m        _maxListeners: undefined,e[39m
2021-03-19T00:15:11.8869750Z e[31m        _writableState: [WritableState],e[39m
2021-03-19T00:15:11.8888370Z e[31m        writable: false,e[39m
2021-03-19T00:15:11.8904420Z e[31m        allowHalfOpen: false,e[39m
2021-03-19T00:15:11.8915650Z e[31m        _sockname: null,e[39m
2021-03-19T00:15:11.8924810Z e[31m        _pendingData: null,e[39m
2021-03-19T00:15:11.8934840Z e[31m        _pendingEncoding: '',e[39m
2021-03-19T00:15:11.8942720Z e[31m        server: undefined,e[39m
2021-03-19T00:15:11.8951780Z e[31m        _server: null,e[39m
2021-03-19T00:15:11.8967200Z e[31m        ssl: [TLSWrap],e[39m
2021-03-19T00:15:11.8969650Z e[31m        _requestCert: true,e[39m
2021-03-19T00:15:11.8994420Z e[31m        _rejectUnauthorized: true,e[39m
2021-03-19T00:15:11.8996290Z e[31m        parser: null,e[39m
2021-03-19T00:15:11.9004730Z e[31m        _httpMessage: [Circular],e[39m
2021-03-19T00:15:11.9006430Z e[31m        [Symbol(res)]: [TLSWrap],e[39m
2021-03-19T00:15:11.9007760Z e[31m        [Symbol(asyncId)]: 1290295,e[39m
2021-03-19T00:15:11.9009570Z e[31m        [Symbol(lastWriteQueueSize)]: 0,e[39m
2021-03-19T00:15:11.9010880Z e[31m        [Symbol(timeout)]: null,e[39m
2021-03-19T00:15:11.9012790Z e[31m        [Symbol(kBytesRead)]: 0,e[39m
2021-03-19T00:15:11.9014630Z e[31m        [Symbol(kBytesWritten)]: 0,e[39m
2021-03-19T00:15:11.9016060Z e[31m        [Symbol(connect-options)]: [Object] },e[39m
2021-03-19T00:15:11.9017920Z e[31m     connection:e[39m
2021-03-19T00:15:11.9019130Z e[31m      TLSSocket {e[39m
2021-03-19T00:15:11.9020710Z e[31m        _tlsOptions: [Object],e[39m
2021-03-19T00:15:11.9022000Z e[31m        _secureEstablished: true,e[39m
2021-03-19T00:15:11.9023890Z e[31m        _securePending: false,e[39m
2021-03-19T00:15:11.9025300Z e[31m        _newSessionPending: false,e[39m
2021-03-19T00:15:11.9027000Z e[31m        _controlReleased: true,e[39m
2021-03-19T00:15:11.9028660Z e[31m        _SNICallback: null,e[39m
2021-03-19T00:15:11.9037310Z e[31m        servername: 'exp.host',e[39m
2021-03-19T00:15:11.9038920Z e[31m        alpnProtocol: false,e[39m
2021-03-19T00:15:11.9042710Z e[31m        authorized: true,e[39m
2021-03-19T00:15:11.9044430Z e[31m        authorizationError: null,e[39m
2021-03-19T00:15:11.9045960Z e[31m        encrypted: true,e[39m
2021-03-19T00:15:11.9046910Z e[31m        _events: [Object],e[39m
2021-03-19T00:15:11.9048560Z e[31m        _eventsCount: 9,e[39m
2021-03-19T00:15:11.9049970Z e[31m        connecting: false,e[39m
2021-03-19T00:15:11.9051620Z e[31m        _hadError: false,e[39m
2021-03-19T00:15:11.9052910Z e[31m        _handle: [TLSWrap],e[39m
2021-03-19T00:15:11.9054550Z e[31m        _parent: null,e[39m
2021-03-19T00:15:11.9056040Z e[31m        _host: 'exp.host',e[39m
2021-03-19T00:15:11.9057420Z e[31m        _readableState: [ReadableState],e[39m
2021-03-19T00:15:11.9059750Z e[31m        readable: true,e[39m
2021-03-19T00:15:11.9061110Z e[31m        domain: null,e[39m
2021-03-19T00:15:11.9062800Z e[31m        _maxListeners: undefined,e[39m
2021-03-19T00:15:11.9064340Z e[31m        _writableState: [WritableState],e[39m
2021-03-19T00:15:11.9069900Z e[31m        writable: false,e[39m
2021-03-19T00:15:11.9071370Z e[31m        allowHalfOpen: false,e[39m
2021-03-19T00:15:11.9074560Z e[31m        _sockname: null,e[39m
2021-03-19T00:15:11.9078230Z e[31m        _pendingData: null,e[39m
2021-03-19T00:15:11.9079850Z e[31m        _pendingEncoding: '',e[39m
2021-03-19T00:15:11.9081180Z e[31m        server: undefined,e[39m
2021-03-19T00:15:11.9083090Z e[31m        _server: null,e[39m
2021-03-19T00:15:11.9084340Z e[31m        ssl: [TLSWrap],e[39m
2021-03-19T00:15:11.9085940Z e[31m        _requestCert: true,e[39m
2021-03-19T00:15:11.9087270Z e[31m        _rejectUnauthorized: true,e[39m
2021-03-19T00:15:11.9089030Z e[31m        parser: null,e[39m
2021-03-19T00:15:11.9090830Z e[31m        _httpMessage: [Circular],e[39m
2021-03-19T00:15:11.9092130Z e[31m        [Symbol(res)]: [TLSWrap],e[39m
2021-03-19T00:15:11.9093950Z e[31m        [Symbol(asyncId)]: 1290295,e[39m
2021-03-19T00:15:11.9095270Z e[31m        [Symbol(lastWriteQueueSize)]: 0,e[39m
2021-03-19T00:15:11.9096900Z e[31m        [Symbol(timeout)]: null,e[39m
2021-03-19T00:15:11.9098720Z e[31m        [Symbol(kBytesRead)]: 0,e[39m
2021-03-19T00:15:11.9100220Z e[31m        [Symbol(kBytesWritten)]: 0,e[39m
2021-03-19T00:15:11.9102240Z e[31m        [Symbol(connect-options)]: [Object] },e[39m
2021-03-19T00:15:11.9109210Z e[31m     _header:e[39m
2021-03-19T00:15:11.9115220Z e[31m      'GET /@hubert@greenpool.no/Greenpool HTTP/1.1\r\nAccept: application/expo+json,application/json\r\nExponent-SDK-Version: 39.0.0\r\nExponent-Platform: ios\r\nExpo-Release-Channel: default\r\nUser-Agent: axios/0.19.0\r\nHost: exp.host\r\nConnection: close\r\n\r\n',e[39m
2021-03-19T00:15:11.9117640Z e[31m     _onPendingData: [Function: noopPendingOutput],e[39m
2021-03-19T00:15:11.9122730Z e[31m     agent:e[39m
2021-03-19T00:15:11.9124010Z e[31m      Agent {e[39m
2021-03-19T00:15:11.9125170Z e[31m        _events: [Object],e[39m
2021-03-19T00:15:11.9126490Z e[31m        _eventsCount: 1,e[39m
2021-03-19T00:15:11.9128030Z e[31m        _maxListeners: undefined,e[39m
2021-03-19T00:15:11.9130160Z e[31m        defaultPort: 443,e[39m
2021-03-19T00:15:11.9131470Z e[31m        protocol: 'https:',e[39m
2021-03-19T00:15:11.9133180Z e[31m        options: [Object],e[39m
2021-03-19T00:15:11.9134450Z e[31m        requests: {},e[39m
2021-03-19T00:15:11.9136020Z e[31m        sockets: [Object],e[39m
2021-03-19T00:15:11.9137620Z e[31m        freeSockets: {},e[39m
2021-03-19T00:15:11.9138900Z e[31m        keepAliveMsecs: 1000,e[39m
2021-03-19T00:15:11.9140740Z e[31m        keepAlive: false,e[39m
2021-03-19T00:15:11.9142240Z e[31m        maxSockets: Infinity,e[39m
2021-03-19T00:15:11.9143820Z e[31m        maxFreeSockets: 256,e[39m
2021-03-19T00:15:11.9145330Z e[31m        maxCachedSessions: 100,e[39m
2021-03-19T00:15:11.9146640Z e[31m        _sessionCache: [Object] },e[39m
2021-03-19T00:15:11.9148780Z e[31m     socketPath: undefined,e[39m
2021-03-19T00:15:11.9150100Z e[31m     timeout: undefined,e[39m
2021-03-19T00:15:11.9151290Z e[31m     method: 'GET',e[39m
2021-03-19T00:15:11.9152900Z e[31m     insecureHTTPParser: undefined,e[39m
2021-03-19T00:15:11.9154240Z e[31m     path: '/@hubert@greenpool.no/Greenpool',e[39m
2021-03-19T00:15:11.9157370Z e[31m     _ended: true,e[39m
2021-03-19T00:15:11.9158590Z e[31m     res:e[39m
2021-03-19T00:15:11.9160350Z e[31m      IncomingMessage {e[39m
2021-03-19T00:15:11.9264690Z e[31m        _readableState: [ReadableState],e[39m
2021-03-19T00:15:11.9402390Z e[31m        readable: false,e[39m
2021-03-19T00:15:11.9512550Z e[31m        domain: null,e[39m
2021-03-19T00:15:11.9624680Z e[31m        _events: [Object],e[39m
2021-03-19T00:15:11.9696400Z e[31m        _eventsCount: 3,e[39m
2021-03-19T00:15:11.9727720Z e[31m        _maxListeners: undefined,e[39m
2021-03-19T00:15:11.9730640Z e[31m        socket: [TLSSocket],e[39m
2021-03-19T00:15:11.9767530Z e[31m        connection: [TLSSocket],e[39m
2021-03-19T00:15:11.9776130Z e[31m        httpVersionMajor: 1,e[39m
2021-03-19T00:15:11.9777690Z e[31m        httpVersionMinor: 1,e[39m
2021-03-19T00:15:11.9784370Z e[31m        httpVersion: '1.1',e[39m
2021-03-19T00:15:11.9785710Z e[31m        complete: true,e[39m
2021-03-19T00:15:11.9787110Z e[31m        headers: [Object],e[39m
2021-03-19T00:15:11.9788660Z e[31m        rawHeaders: [Array],e[39m
2021-03-19T00:15:11.9790070Z e[31m        trailers: {},e[39m
2021-03-19T00:15:11.9791580Z e[31m        rawTrailers: [],e[39m
2021-03-19T00:15:11.9793150Z e[31m        aborted: false,e[39m
2021-03-19T00:15:12.0194930Z ##[error]Bash exited with code '1'.
2021-03-19T00:15:12.0267130Z ##[section]Finishing: build iOS

Expo Diagnostics:

Expo CLI 4.3.0 environment info:
    System:
      OS: macOS 10.15.7
      Shell: 3.2.57 - /bin/bash
    Binaries:
      Node: 10.24.0 - ~/hostedtoolcache/node/10.24.0/x64/bin/node
      Yarn: 1.22.5 - ~/.yarn/bin/yarn
      npm: 6.14.11 - ~/work/1/s/node_modules/.bin/npm
    Managers:
      CocoaPods: 1.10.1 - /usr/local/lib/ruby/gems/2.7.0/bin/pod
    SDKs:
      iOS SDK:
        Platforms: iOS 14.4, DriverKit 20.2, macOS 11.1, tvOS 14.3, watchOS 7.2
      Android SDK:
        API Levels: 24, 25, 26, 27, 28, 29, 30
        Build Tools: 24.0.0, 24.0.1, 24.0.2, 24.0.3, 25.0.0, 25.0.1, 25.0.2, 25.0.3, 26.0.0, 26.0.1, 26.0.2, 26.0.3, 27.0.0, 27.0.1, 27.0.2, 27.0.3, 28.0.0, 28.0.1, 28.0.2, 28.0.3, 29.0.0, 29.0.1, 29.0.2, 29.0.3, 30.0.0, 30.0.1, 30.0.2, 30.0.3
        Android NDK: 21.4.7075529
    IDEs:
      Xcode: 12.4/12D4e - /usr/bin/xcodebuild
    npmPackages:
      expo: 40.0.0 => 40.0.0 
      react: 16.13.1 => 16.13.1 
      react-dom: 16.13.1 => 16.13.1 
      react-native: 0.63.4 => 0.63.4 
    Expo Workflow: managed

you need to use username not email with -u option

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