Coincidentally discovered that yarn pod-install seems to create an erroneous xcode.env.local file pointing to a non-existent node binary. I recalled that the hermes error that was causing iOS CI step to fail is caused by a bad node binary. I had tried to fix it before by adding my own local config file, but I think yarn pod-install was overwriting it 🙃
Also moved the doc bot to its own file so it doesn't have to appear as a skipped step on all pull requests.
Coincidentally discovered that
yarn pod-install
seems to create an erroneousxcode.env.local
file pointing to a non-existent node binary. I recalled that the hermes error that was causing iOS CI step to fail is caused by a bad node binary. I had tried to fix it before by adding my own local config file, but I thinkyarn pod-install
was overwriting it 🙃Also moved the doc bot to its own file so it doesn't have to appear as a skipped step on all pull requests.
70