Problem with building app without "developmentClient": true in eas.json

Hello everyone, i was working on this profile
"dev-simulator": { "android": { "buildType": "apk", "image": "latest" }, "developmentClient": true, "distribution": "internal", "env": { "ENV": "dev" }, "ios": { "simulator": true }, "releaseChannel": "dev" }, for our simulator builds and everything was fine, when I try to build for my tests so I deleted the "developmentClient": true, , but when I use this build the app just crashes after the splash screen. please anyone could help me with that,

Thank you,