Bare Workflow EAS Build Error: "Verify the value of the CODE_SIGN_ENTITLEMENTS"

As a follow up, I tried out a release build (“eas build --profile release --platform ios”) and ran into the same error message. Not sure if that gives any insight or not, but figured I’d toss it in here haha.

I also did a quick test doing a shallow clone on my local machine as brent outlined in /Users/expo/project/build/package.json is missing to test and see if the files are there or not after cloning. It looks like they are:




EDIT:

Another follow up, just found out I’m seeing a similar issue while attempting to build android. My MainApplication file isn’t being found, but it is there (both in my code and in a shallow clone). It seems as if all of my code isn’t being cloned over for some reason when trying to build.