11.1 C
London
Friday, April 19, 2024

ios – We have been unable to evaluate your app because it crashed on launch. We have now connected detailed crash logs to assist troubleshoot this situation


I ahve tried about 6 time importing my app on app retailer however each time they despatched me this error:

We have been unable to evaluate your app because it crashed on launch. We have now connected detailed crash logs to assist troubleshoot this situation.

Overview gadget particulars: 

- Gadget kind: iPad Air and iPhone 
- OS model: iOS 17.4.1

Subsequent Steps

To deal with the crash in your app, observe these steps:

1. Totally symbolicate the crash report. See Including Identifiable Image Names to a Crash Report for an evidence of the symbolication course of.
2. Match the crash report back to a typical sample. Primarily based on the sample, take particular actions to additional examine the crash. See Figuring out the Reason for Frequent Crashes.
3. Check your app on a tool to make sure that it now runs as anticipated.
4. When you’ve addressed the crash, create and submit a brand new construct to the App Retailer for evaluate.

I’m utilizing React native:

{
  "title": "remo_ai",
  "model": "1.0.0",
  "major": "index.js",
  "scripts": {
    "begin": "expo begin --dev-client",
    "android": "expo run:android",
    "ios": "expo run:ios",
    "internet": "expo begin --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",
    "international": "^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"
  },
  "personal": true
}

When i search for within the crash log file i recognized this error of termination:

"exception" : {"codes":"0x0000000000000000, 0x0000000000000000","rawCodes":[0,0],"kind":"EXC_CRASH","sign":"SIGABRT"},
  "termination" : {"flags":0,"code":6,"namespace":"SIGNAL","indicator":"Abort entice: 6","byProc":"REMOAi","byPid":15487},
  "asi" : {"libsystem_c.dylib":["abort() called"]},
  "exceptionReason" : {"arguments":["__NSDictionaryM","length","0x3022047c0"],"format_string":"-[%s %s]: unrecognized selector despatched to occasion %p","title":"NSInvalidArgumentException","kind":"objc-exception","composed_message":"-[__NSDictionaryM length]: unrecognized selector despatched to occasion 0x3022047c0","class":"NSException"},

I additionally examined the app on ipad and iphone and it runs easily, I additionally made all of the certidicate and i’m archiving app in launch mode, however this error comes each time

The answer for this

Latest news
Related news

LEAVE A REPLY

Please enter your comment!
Please enter your name here