react native - Error: xcodebuild process exited with code 65 - August 2016 -


i installed everytying , ran following steps:

react-native init awesomeproject cd awesomeproject react-native run-ios 

but i'm getting build fail , following error:

error: xcodebuild process exited code 65     @ childprocess.<anonymous> (runios.js:102:14)     @ emittwo (events.js:87:13)     @ childprocess.emit (events.js:172:7)     @ maybeclose (internal/child_process.js:818:16)     @ process.childprocess._handle.onexit (internal/child_process.js:211:5) 

any idea going on? followed exact steps docs: https://facebook.github.io/react-native/docs/getting-started.html#content

for people not wanting download , install xcode again:

  1. after updating xcode 8, open project , set signing identity right again
  2. run project, maybe work again. if not, , error rctwebsocket
  3. double click on rctwebsocket project in navigator , remove flags under build settings > custom compiler flags. details here: https://github.com/facebook/react-native/issues/8584#issuecomment-236366222

Comments