我无法通过Expo在iOS中测试我的应用

时间:2018-04-03 01:48:17

标签: ios react-native expo

当我尝试在拥有iOS的手机上运行我的应用时,我遇到了一些问题,但在Android中没有这个问题。我在Sublime Text中编码,而不是在XDE中编码并使用命令npm start在终端中执行我的项目并读取QR码。我在Windows 10中进行编码。 我使用create-react-native-app

构建项目

出现的错误是

  

C:/Users/adria/Desktop/App/src/Imgs/image.png:找不到模块   ' C:/用户/阿德里亚/桌面/应用/ node_moduless /博览会/工具/ hashAssetFiles'

在我第一次认为图像名称错误或目录错误时,我会转到代码并证明这是正确的。所以,我决定在我的Android中尝试并且出乎我的意料,正确地工作。

我的项目: [https://snack.expo.io/HyKP1hyjz][1]

我的package.json

{ 
  "name": "App", 
  "version": "0.1.0",
  "private": true,
  "devDependencies": { 
    "react-native-scripts": "1.11.1",  
    "jest-expo": "25.0.0", 
    "react-test-renderer": "16.2.0" 
  }, 
  "main": "./node_modules/react-native-scripts/build/bin/crna-entry.js",
  "scripts": { 
  "start": "react-native-scripts start", 
  "eject": "react-native-scripts eject", 
  "android": "react-native-scripts android",
  "ios": "react-native-scripts ios", 
  "test": "node node_modules/jest/bin/jest.js" }, 
  "jest": { 
    "preset": "jest-expo" 
  },
  "dependencies": { 
    "expo": "^25.0.0", 
    "react": "16.2.0",
    "react-native": "0.52.0", 
    "react-navigation": "^1.5.8"
  } 
}

我尝试从我的项目中删除图像并尝试再次运行,并且遇到相同的问题,但是使用另一个图像,来自react-navigation

  

C:\用户\阿德里亚\桌面\ APP \ node_modules \反应导航\ SRC \视图\资产\背面的icon.png

1 个答案:

答案 0 :(得分:1)

您需要安装exponent软件包,请参阅:https://github.com/expo/expo/issues/72