When running react-native run-ios
getting "Could not find iPhone 6 simulator "
solution:
node_modules/react-native/local-cli/runIOS/findMatchingSimulator.js
replace
if (version.indexOf('iOS') !== 0)
with
if (version.indexOf('com.apple.CoreSimulator.SimRuntime.iOS') !== 0)
0 coment�rios:
Post a Comment