Hello,
We have been building iOS app for a while now. All of a sudden, the builds stop working today without any big change from our side.
The error comes from a private package that receives a 404, triple dots are mines:
[08:46:33]: ▸ npm error 404 Not Found - GET https://gitlab.com/api/v4/projects/....tgz - Project not found
[08:46:33]: ▸ npm error 404
[08:46:33]: ▸ npm error 404 '...@https://gitlab.com/api/v4/projects/....tgz' is not in this registry.
This is normally due to a wrong token/login, we’ve faced this many times when setting the project up but as I said, it was going all good for a while.
I’ve updated the token that I put in environment NPM_TOKEN as usual. I even tried the exact setup on a blank VM just to make sure. There seems to be something bad happening in the build from AppFlow.
Any ideas, last build that worked dates back 21st October. Changes we have done during that timeframe is simple html class changes and an edit in i18n files.