expo build:ios error 127

I am having a trouble while building ios app, after I put my login credentials it responds with:

Authentication with Apple Developer Portal failed!
/home/m96dy/node_modules/@expo/traveling-fastlane-linux/traveling-fastlane-1.9.11-linux-x86_64/authenticate exited with non-zero code: 127

so I set expo debug=true and this is what it shows:

Error: /home/m96dy/node_modules/@expo/traveling-fastlane-linux/traveling-fastlane-1.9.11-linux-x86_64/authenticate exited with non-zero code: 127
at ChildProcess.completionListener (/home/m96dy/.npm-global/lib/node_modules/expo-cli/node_modules/@expo/spawn-async/src/spawnAsync.ts:65:13)
at Object.onceWrapper (events.js:286:20)
at ChildProcess.emit (events.js:198:13)
at ChildProcess.EventEmitter.emit (domain.js:448:20)
at maybeClose (internal/child_process.js:982:16)
at Socket.stream.socket.on (internal/child_process.js:389:11)
at Socket.emit (events.js:198:13)
at Socket.EventEmitter.emit (domain.js:448:20)
at Pipe._handle.close (net.js:606:12)

at spawnAsync (/home/m96dy/.npm-global/lib/node_modules/expo-cli/node_modules/@expo/spawn-async/src/spawnAsync.ts:26:19)
at _callee$ (/expo-cli@2.21.2/src/commands/build/ios/appleApi/fastlane.js:16:28)
at tryCatch (/home/m96dy/.npm-global/lib/node_modules/expo-cli/node_modules/babel-runtime/node_modules/regenerator-runtime/runtime.js:62:40)
at Generator.invoke [as _invoke] (/home/m96dy/.npm-global/lib/node_modules/expo-cli/node_modules/babel-runtime/node_modules/regenerator-runtime/runtime.js:296:22)
at Generator.prototype.(anonymous function) [as next] (/home/m96dy/.npm-global/lib/node_modules/expo-cli/node_modules/babel-runtime/node_modules/regenerator-runtime/runtime.js:114:21)
at step (/home/m96dy/.npm-global/lib/node_modules/expo-cli/node_modules/babel-runtime/helpers/asyncToGenerator.js:17:30)
at /home/m96dy/.npm-global/lib/node_modules/expo-cli/node_modules/babel-runtime/helpers/asyncToGenerator.js:35:14
at new Promise ()
at new F (/home/m96dy/.npm-global/lib/node_modules/expo-cli/node_modules/core-js/library/modules/_export.js:36:28)
at /home/m96dy/.npm-global/lib/node_modules/expo-cli/node_modules/babel-runtime/helpers/asyncToGenerator.js:14:12
at runAction (/home/m96dy/.npm-global/lib/node_modules/expo-cli/build/commands/build/ios/appleApi/fastlane.js:89:17)
at Object._callee$ (/expo-cli@2.21.2/src/commands/build/ios/appleApi/authenticate.js:15:46)
at tryCatch (/home/m96dy/.npm-global/lib/node_modules/expo-cli/node_modules/babel-runtime/node_modules/regenerator-runtime/runtime.js:62:40)
at Generator.invoke [as _invoke] (/home/m96dy/.npm-global/lib/node_modules/expo-cli/node_modules/babel-runtime/node_modules/regenerator-runtime/runtime.js:296:22)
at Generator.prototype.(anonymous function) [as next] (/home/m96dy/.npm-global/lib/node_modules/expo-cli/node_modules/babel-runtime/node_modules/regenerator-runtime/runtime.js:114:21)
at step (/home/m96dy/.npm-global/lib/node_modules/expo-cli/node_modules/babel-runtime/helpers/asyncToGenerator.js:17:30)
at /home/m96dy/.npm-global/lib/node_modules/expo-cli/node_modules/babel-runtime/helpers/asyncToGenerator.js:28:13
at process._tickCallback (internal/process/next_tick.js:68:7)

my expo diagnosis is:

Expo CLI 2.21.2 environment info:
System:
OS: Linux 5.1 Fedora 30 (Workstation Edition) 30 (Workstation Edition)
Shell: 5.0.7 - /bin/bash
Binaries:
Node: 10.16.0 - /usr/bin/node
Yarn: 1.17.3 - /usr/bin/yarn
npm: 6.9.0 - /usr/bin/npm
npmPackages:
expo: ^33.0.0 => 33.0.7
react: 16.8.3 => 16.8.3
react-native: https://github.com/expo/react-native/archive/sdk-33.0.0.tar.gz => 0.59.8
react-navigation: ^3.11.0 => 3.11.0
npmGlobalPackages:
expo-cli: 2.21.2

note that I am not having any problem with android

Thanks guys

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