ios - React Native problems on Xcode 7 -
i install environment react-native
, , try awesomeproject
running.
on terminal opens, syntaxerror: use of const in strict mode
error pointing line:
const babel = require('babel-core'); ^^^^^`
'nsinternalinconsistencyexception', reason: 'it looks implementationof dev has changed. update -[rctbatchedbridge loadsource:].'`
is new version of xcode , build target being ios 9, problem? or else?
you need upgrade node.js v4+
Comments
Post a Comment