stage88 / react-weather

A simple weather app built with React Native and Realm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Error] Error: Error while executing command 'react-native run-ios --simulator': Error while executing command 'react-native run-ios --simulator'

zelinDavid opened this issue · comments

I Clone this repo git clone git@github.com:stage88/react-weather.git
cd react-weather
run npm install
and then type "npm start",after that i wanna debug-ios in vscode ,but it log out "[Error] Error: Error while executing command 'react-native run-ios --simulator': Error while executing command 'react-native run-ios --simulator'".

packager works well.

setting .
{
"name": "Debug iOS",
"program": "${workspaceRoot}/.vscode/launchReactNative.js",
"type": "reactnative",
"request": "launch",
"platform": "ios",
"sourceMaps": true,
"outDir": "${workspaceRoot}/.vscode/.react"
},

do you have idea about it ? thanks.

and i've added key.js.