react-native项目iOS构建失败

时间:2020-08-04 13:01:29

标签: ios react-native react-native-image-picker

我有一个RN项目。我以某种方式使项目在Android上构建和安装,并且可以在Android上运行。进入iOS后,它会不断地引发错误。

package.json中的依赖项:

  "dependencies": {
    "@react-native-community/netinfo": "^4.3.0",
    "@react-native-community/toolbar-android": "0.1.0-rc.2",
    "buffer": "5.0.6",
    "moment": "^2.24.0",
    "native-base": "^2.13.8",
    "react": "16.6.3",
    "react-native": "0.61.5",
    "react-native-animatable": "^1.3.3",
    "react-native-app-settings": "^2.0.1",
    "react-native-camera": "^3.19.0",
    "react-native-chart-kit": "^2.2.1",
    "react-native-check-box": "^2.1.7",
    "react-native-collapsible": "^1.4.0",
    "react-native-country-code-telephone-input": "0.0.9",
    "react-native-device-info": "^0.26.4",
    "react-native-document-picker": "^3.5.4",
    "react-native-firebase": "^5.5.4",
    "react-native-image-picker": "^2.3.3",
    "react-native-keyboard-aware-scroll-view": "^0.9.2",
    "react-native-keyboard-aware-scrollview": "^2.1.0",
    "react-native-localize": "^1.3.3",
    "react-native-marquee": "^0.3.2",
    "react-native-material-dropdown": "^0.11.1",
    "react-native-modal": "^11.5.4",
    "react-native-permissions": "^2.1.1",
    "react-native-qrcode-image": "^0.2.8",
    "react-native-qrcode-scanner": "^1.3.2",
    "react-native-qrcode-svg": "^6.0.6",
    "react-native-root-siblings": "^3.1.7",
    "react-native-share": "^3.7.0",
    "react-native-shared-preferences": "^1.0.0",
    "react-native-sim-data": "^3.0.0",
    "react-native-splash-screen": "^3.2.0",
    "react-native-status-bar-height": "^2.2.0",
    "react-native-svg": "^12.1.0",
    "react-native-svg-transformer": "^0.14.3",
    "react-native-swipe-gestures": "^1.0.4",
    "react-native-switch": "^1.5.0",
    "react-native-triangle": "0.0.9",
    "react-native-vector-icons": "^6.6.0",
    "react-native-view-shot": "^3.1.2",
    "react-native-webview": "^8.1.2",
    "react-navigation": "^2.18.2",
    "react-redux": "^5.1.1",
    "redux": "^4.0.1",
    "redux-logger": "^3.0.6",
    "redux-thunk": "^2.3.0",
    "socket.io": "^2.2.0",
    "socket.io-client": "^2.2.0"
  }

我在iOS中遇到的错误是enter image description here

即使我解决了此问题,也会弹出其他窗口。我不知道发生了什么。

有人可以指出我这里有什么问题吗?

感谢您的帮助。

谢谢。

0 个答案:

没有答案