expo / turtle

Standalone app builder service
MIT License
385 stars 29 forks source link

turtule-cli (Azure devops) =>Error: Request failed with status code 404 #315

Open rbrahami opened 3 years ago

rbrahami commented 3 years ago

Hi, Me and my team are struggling building expo app on our CI server using turtle. (Azure DevOps/MacOs). we get error: Error: Request failed with status code 404 . Set of commands we execute on the CI pipeline:

          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 keys/CertificatsAPNBspoke.p12 --provisioning-profile-path keys/BSpoke_In_House_Distribution.mobileprovision

image

Kehinde-Ojapa commented 1 year ago

Did you get a solution to this issue @rbrahami

Kehinde-Ojapa commented 1 year ago

Currently our DevOps guy is having the same error while building