Created a blank Ionic React app today. It will not build on Ionic from my github repo commits. It says fastlane is crashing because of the error :
" [02:56:11]: fastlane finished with errors
/usr/local/bundle/bin/fastlane: [!] No www found in root of project. (RuntimeError)"
So far, I’ve adjusted the package json scripts, the capacitor config, ran the ionic build command, and a few other things that seemed like they could be the issue but with no luck. The only other search I see for it had a solution that didn’t work for me.
I suspect that this is something really small that I’m overlooking. Any help please?