Hello,
I have an error when I build on EAS in ios (no problem on Android.)
ValidationError: "buildType" is not allowed
my was.json :
"builds": {
"android": {
"release": {
"workflow": "managed",
"buildType": "app-bundle"
}
},
"ios": {
"release": {
"workflow": "managed",
"autoIncrement": "buildNumber",
"buildType": "release"
}
}
}
}
Tks