Код: Выделить всё
We were unable to review your app as it crashed on launch. We have attached detailed crash logs to help troubleshoot this issue.
Review device details:
- Device type: iPad Air and iPhone
- OS version: iOS 17.4.1
Next Steps
To address the crash in your app, follow these steps:
1. Fully symbolicate the crash report. See Adding Identifiable Symbol Names to a Crash Report for an explanation of the symbolication process.
2. Match the crash report to a common pattern. Based on the pattern, take specific actions to further investigate the crash. See Identifying the Cause of Common Crashes.
3. Test your app on a device to ensure that it now runs as expected.
4. Once you’ve addressed the crash, create and submit a new build to the App Store for review.
Код: Выделить всё
{
"name": "remo_ai",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"start": "expo start --dev-client",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web"
},
"dependencies": {
"@expo/config-plugins": "^7.9.1",
"@expo/vector-icons": "^14.0.0",
"@fortawesome/fontawesome-svg-core": "^6.5.1",
"@fortawesome/free-brands-svg-icons": "^6.5.1",
"@fortawesome/free-solid-svg-icons": "^6.5.1",
"@fortawesome/react-native-fontawesome": "^0.3.0",
"@react-native-clipboard/clipboard": "^1.13.2",
"@react-navigation/bottom-tabs": "^6.5.11",
"@react-navigation/native": "^6.1.9",
"@react-navigation/native-stack": "^6.9.17",
"@react-navigation/stack": "^6.3.20",
"@rneui/base": "^4.0.0-rc.7",
"@rneui/themed": "^4.0.0-rc.8",
"axios": "^1.6.7",
"expo": "~50.0.2",
"expo-file-system": "^16.0.5",
"expo-font": "~11.10.2",
"expo-linear-gradient": "~12.7.1",
"expo-modules-autolinking": "^1.10.3",
"expo-sharing": "^11.10.0",
"expo-splash-screen": "~0.26.4",
"expo-status-bar": "~1.11.1",
"formik": "^2.4.5",
"global": "^4.4.0",
"glog": "^1.7.0",
"nativewind": "^2.0.11",
"openai": "^4.0.0",
"react": "18.2.0",
"react-native": "0.73.2",
"react-native-animatable": "^1.4.0",
"react-native-appearance": "^0.3.4",
"react-native-fs": "^2.20.0",
"react-native-gesture-handler": "~2.14.0",
"react-native-glassfy-module": "^1.6.2",
"react-native-indicators": "^0.17.0",
"react-native-mmkv": "^2.12.2",
"react-native-modal": "^13.0.1",
"react-native-purchases": "^7.18.0",
"react-native-reanimated": "^3.6.2",
"react-native-responsive-screen": "^1.4.2",
"react-native-root-siblings": "^5.0.1",
"react-native-root-toast": "^3.5.1",
"react-native-safe-area-context": "4.8.2",
"react-native-screens": "~3.29.0",
"react-native-skeleton-content": "^1.0.28",
"react-native-svg": "14.1.0",
"react-native-svg-transformer": "^1.3.0",
"react-native-swipe-gestures": "^1.0.5",
"react-native-typewriter": "^0.7.0",
"react-native-uuid": "^2.0.2",
"sharp-cli": "^4.2.0",
"tailwindcss": "^3.2.2",
"uuid": "^9.0.1",
"yup": "^1.3.3"
},
"devDependencies": {
"@babel/core": "^7.20.0"
},
"private": true
}
Код: Выделить всё
"exception" : {"codes":"0x0000000000000000, 0x0000000000000000","rawCodes":[0,0],"type":"EXC_CRASH","signal":"SIGABRT"},
"termination" : {"flags":0,"code":6,"namespace":"SIGNAL","indicator":"Abort trap: 6","byProc":"REMOAi","byPid":15487},
"asi" : {"libsystem_c.dylib":["abort() called"]},
"exceptionReason" : {"arguments":["__NSDictionaryM","length","0x3022047c0"],"format_string":"-[%s %s]: unrecognized selector sent to instance %p","name":"NSInvalidArgumentException","type":"objc-exception","composed_message":"-[__NSDictionaryM length]: unrecognized selector sent to instance 0x3022047c0","class":"NSException"},
Решение
Подробнее здесь: https://stackoverflow.com/questions/783 ... ached-deta