I just moved my project from SDK 38 to SDK 44 and was trying out EAS build for first time. My apps works A.OK on Expo Go Client on both a Physical Device and Simulator.
The build fails with following error
iOS build failed:
Internal Server Error.
Please try again later. If the problem persists, please report the issue.
When I look at the Build logs, I cannot find any errors.
i had a look at your build and it looks like it is timing out - there is a limit of 45 minutes for builds on free plans. what i suspect is happening here is that you are using hermes and importing a large json file. hermes does not work very well for this - https://github.com/facebook/hermes/issues/135
right. it would be fixed, but also your builds will take a very long time. you may want to move away from loading large json files as source files. iād switch away from using hermes personally.