React native Azure devops Build# Expo pipeline failing

0

I have my react native app. I m using azure devops pipe line #

and using azure build agent# vmImage: ‘macOS-latest’

I followed all steps with above link

turtle setup: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 <p12_path> --provisioning-profile-path <provision_path> --release-channel deployment

when this command start executing it gives me below error #

[15792] ERROR: Error: Request failed with status code 404 at createError (/Users/runner/hostedtoolcache/node/18.15.0/x64/lib/node_modules/tu…

*ls: .ipa: No such file or directory File name to publish IOS

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