eas build fails: TypeError: config_plugins_1.IOSConfig.XcodeUtils.sanitizedName is not a function

yep, I had to run these commands:

yarn global remove eas-cli

yarn global add eas-cli@latest

2 Likes