React-native 0.50.4 iOS при запуске в режиме релиза (помогите определить проблему) - PullRequest
0 голосов
/ 27 декабря 2018

У меня возникла проблема с моей сборкой релиза приложения.Все было хорошо, пока он не начал падать в режиме выпуска.Как я могу прочитать и понять мой журнал сбоев?

Вот полный журнал с трассировкой стека: https://pastebin.com/3ry9bfid

Incident Identifier: 03FD209B-05E4-485F-9FAE-8935F32160E0
CrashReporter Key:   e64d495312d6ff70181d76e23d965aa029dc9539
Hardware Model:      iPhone9,3
Process:             BINOMysteryShopper [4845]
Path:                /private/var/containers/Bundle/Application/778CFE6F-9E8F-4458-AAA5-E4A8D1390222/BINOMysteryShopper.app/BINOMysteryShopper
Identifier:          com.getbino.BINOMysteryShopper
Version:             1 (2.0.3)
Code Type:           ARM-64 (Native)
Role:                Non UI
Parent Process:      launchd [1]
Coalition:           com.getbino.BINOMysteryShopper [1316]


Date/Time:           2018-12-27 15:45:54.7568 +0400
Launch Time:         2018-12-27 15:45:54.0464 +0400
OS Version:          iPhone OS 12.1 (16B92)
Baseband Version:    3.01.06
Report Version:      104

Exception Type:  EXC_CRASH (SIGABRT)
Exception Codes: 0x0000000000000000, 0x0000000000000000
Exception Note:  EXC_CORPSE_NOTIFY
Triggered by Thread:  0

Application Specific Information:
abort() called

Может быть, список установленных библиотек поможет как-то:

"devDependencies": {
    "eslint": "4.11.0",
    "eslint-config-airbnb": "16.1.0",
    "eslint-plugin-import": "2.8.0",
    "eslint-plugin-jsx-a11y": "6.0.2",
    "eslint-plugin-react": "7.4.0",
    "jest": "21.2.1",
    "react-test-renderer": "16.0.0",
    "redux-devtools-extension": "2.13.2"
  },
  "dependencies": {
    "babel-eslint": "8.0.2",
    "babel-jest": "21.2.0",
    "babel-loader": "^7.1.2",
    "babel-plugin-module-resolver": "3.0.0",
    "babel-plugin-react-intl": "2.3.1",
    "babel-plugin-transform-remove-console": "^6.8.5",
    "babel-preset-env": "^1.6.1",
    "babel-preset-es2015": "^6.24.1",
    "babel-preset-react-native": "4.0.0",
    "babel-preset-stage-1": "^6.24.1",
    "deep-equal": "^1.0.1",
    "haul": "^1.0.0-beta.13",
    "intl": "1.2.5",
    "lodash": "4.17.4",
    "moment": "2.19.2",
    "react": "^16.2.0",
    "react-intl": "2.4.0",
    "react-intl-po": "2.1.1",
    "react-moment-proptypes": "^1.5.0",
    "react-native": "0.50.4",
    "react-native-audio": "^4.2.2",
    "react-native-charts-wrapper": "0.4.1",
    "react-native-event-listeners": "1.0.3",
    "react-native-exception-handler": "^2.10.2",
    "react-native-fetch-blob": "0.10.8",
    "react-native-fs": "2.9.10",
    "react-native-geocoder": "0.5.0",
    "react-native-image-crop-picker": "0.19.2",
    "react-native-inview": "1.1.2",
    "react-native-keyboard-aware-scroll-view": "0.4.3",
    "react-native-maps": "0.20.1",
    "react-native-maps-super-cluster": "git+https://github.com/Ble3k/react-native-maps-super-cluster.git",
    "react-native-onesignal": "^3.2.4",
    "react-native-slowlog": "1.0.2",
    "react-native-sound": "^0.10.9",
    "react-native-spinkit": "1.1.1",
    "react-native-svg": "5.5.1",
    "react-native-swiper": "1.5.13",
    "react-native-version-check": "^3.0.3",
    "react-navigation": "^2.18.2",
    "react-redux": "5.0.6",
    "reduce-reducers": "0.1.2",
    "redux": "3.7.2",
    "redux-batched-actions": "0.1.6",
    "redux-restify": "git+https://gitlab.getbino.com/Q-CIS-OPEN/redux-restify.git",
    "redux-thunk": "2.2.0",
    "reselect": "3.0.1",
    "semver": "5.4.1",
    "uuid": "3.1.0",
    "webpack": "2.7.0"
  },

1 Ответ

0 голосов
/ 05 января 2019

Итак, если кто-то сталкивался с той же проблемой - это haul@1.0.0-beta.13 https://github.com/callstack/haul. Версия 1.0.0-бета.10 решил проблему.

...