This repository has been archived by the owner on Apr 7, 2023. It is now read-only.
Weird fastlane exited with non-zero code: 1 - (It worked 15 minutes ago and suddenly it does not) #336
Labels
bug
Something isn't working
New Issue Checklist
yarn global add turtle-cli
ornpm install --global turtle-cli
).How do I run the process?
expo fetch:ios:certs
- this downloads .p12 and mobileprovisioning filesturtle build:ios \
--team-id ********* \
--dist-p12-path ./cert.p12 \
--provisioning-profile-path ./cert.mobileprovision \
-u *********** \
-p ***********
Issue Description
I have built two apps with turtle-cli without any problem. (I am still using the same command written down below). The third app threw an error:
Sep 30 19:33:41 turtle[4176] ERROR: Error: fastlane exited with non-zero code: 1 at ChildProcess.completionListener (/usr/local/lib/node_modules/turtle-cli/node_modules/@expo/spawn-async/src/spawnAsync.ts:65:13) at Object.onceWrapper (events.js:422:26) at ChildProcess.emit (events.js:315:20) at ChildProcess.EventEmitter.emit (domain.js:467:12) at maybeClose (internal/child_process.js:1048:16) at Process.ChildProcess._handle.onexit (internal/child_process.js:288:5) ... at spawnAsync (/usr/local/lib/node_modules/turtle-cli/node_modules/@expo/spawn-async/src/spawnAsync.ts:26:19) at spawnAsyncThrowError (/@expo/xdl@59.1.0/src/detach/ExponentTools.ts:111:19) at runFastlane (/@expo/xdl@59.1.0/src/detach/IosCodeSigning.js:323:9) at Object.buildIPA (/@expo/xdl@59.1.0/src/detach/IosCodeSigning.js:132:11) at Object.build (/@expo/xdl@59.1.0/src/detach/IosIPABuilder.js:66:28) at buildAndSignIPA (/usr/local/lib/node_modules/turtle-cli/src/builders/ios/archive.ts:58:3) at Object.buildArchive [as default] (/usr/local/lib/node_modules/turtle-cli/src/builders/ios/archive.ts:20:5) at iosBuilder (/usr/local/lib/node_modules/turtle-cli/src/builders/ios/index.ts:33:7) at /usr/local/lib/node_modules/turtle-cli/src/bin/utils/builder.ts:87:7 at Command.<anonymous> (/usr/local/lib/node_modules/turtle-cli/src/bin/index.ts:23:12) platform: "ios"
So I came back to those two apps which were working perfectly (15 minutes before the error) - and they throw the same error as well now. It is super weird.
Command executed
sudo EXPO_IOS_DIST_P12_PASSWORD="***************" \
turtle build:ios \
--team-id ********* \
--dist-p12-path ./cert.p12 \
--provisioning-profile-path ./cert.mobileprovision \
-u *********** \
-p ***********
Complete output when running turtle, including the stack trace and command used
Environment
The text was updated successfully, but these errors were encountered: