EAS build ios crushes after install

Hello
I’ve upgraded my old application to the last sdk
At development and production modes there are no errors
EAS build - shows all success steps and the build was generated successfully
I’ve upload the build to the TestFlight

After install and open the app - it closed immediately

How can I debug the problem?

package.json list

{
“scripts”: {
“start”: “expo start --dev-client”,
“android”: “expo run:android”,
“ios”: “expo run:ios”,
“eject”: “expo eject”,
“detach”: “expo detach”
},
“dependencies”: {
@babel/runtime”: “^7.14.0”,
@expo/config-plugins”: “^6.0.2”,
@react-native-async-storage/async-storage”: “^1.17.11”,
@react-native-community/netinfo”: “9.3.7”,
@react-navigation/bottom-tabs”: “^6.3.1”,
@react-navigation/drawer”: “^6.4.1”,
@react-navigation/native”: “^6.1.6”,
@react-navigation/stack”: “^6.2.1”,
@sentry/react-native”: “4.13.0”,
“assert”: “^2.0.0”,
“axios”: “^0.21.1”,
“buffer”: “^6.0.3”,
“deprecated-react-native-prop-types”: “^2.3.0”,
“expo”: “^48.0.17”,
“expo-application”: “~5.1.1”,
“expo-barcode-scanner”: “~12.3.2”,
“expo-build-properties”: “~0.6.0”,
“expo-camera”: “~13.2.1”,
“expo-constants”: “~14.2.1”,
“expo-device”: “~5.2.1”,
“expo-facebook”: “^12.2.0”,
“expo-font”: “~11.1.1”,
“expo-image-manipulator”: “~11.1.1”,
“expo-linking”: “~4.0.1”,
“expo-notifications”: “~0.18.1”,
“expo-permissions”: “~14.1.1”,
“expo-splash-screen”: “~0.18.2”,
“expo-status-bar”: “~1.4.4”,
“expo-updates”: “~0.16.4”,
“itemsjs”: “^2.1.20”,
“moment”: “^2.24.0”,
“moment-timezone”: “^0.5.28”,
“object-hash”: “^3.0.0”,
“react”: “18.2.0”,
“react-addons-update”: “^15.6.3”,
“react-dom”: “18.2.0”,
“react-native”: “0.71.8”,
“react-native-calendars”: “^1.1291.1”,
“react-native-display”: “^1.0.8”,
“react-native-keyboard-spacer”: “^0.4.1”,
“react-native-material-dialog”: “^0.7.7”,
“react-native-material-dropdown-v2”: “^0.12.0”,
“react-native-material-ripple”: “^0.8.0”,
“react-native-material-textfield-new”: “^0.17.5”,
“react-native-pager-view”: “6.1.2”,
“react-native-paper”: “^4.4.0”,
“react-native-reanimated”: “~2.14.4”,
“react-native-render-html”: “^4.1.2”,
“react-native-safe-area-context”: “4.5.0”,
“react-native-screens”: “~3.20.0”,
“react-native-size-matters”: “^0.4.0”,
“react-native-star-rating-widget”: “^1.7.2”,
“react-native-svg”: “13.4.0”,
“react-native-tab-view”: “^3.0.1”,
“react-native-webview”: “11.26.0”,
“reactn”: “^2.2.6”,
“schedule”: “^0.4.0”
},
“devDependencies”: {
@babel/core”: “^7.20.0”,
“babel-preset-expo”: “^9.3.0”
},
“private”: true,
“resolutions”: {
@expo/config-plugins”: “^6.0.0”,
“minimist”: “1.2.6”
},
“name”: “app”,
“version”: “1.0.0”
}