I find the problem, this issue is occurring because Trapeze is attempting to modify Android settings during an iOS build, I’ve modified this line of code in package.json:
"scripts": {
"appflow:build": "if [ \"$CI_PLATFORM\" != \"web\" ]; then npx trapeze run appflow.yml -y --$CI_PLATFORM; fi && npm run build",
},
Now it work.