Hi there, I’m snagged after a fresh install today:
$ react-native init AwesomeProject
$ react-native run-ios
Full log:
https://gist.github.com/andresn/1f35d718da9fc57542bb399460f2efd0#file-gistfile1-txt-L109
react-native@0.28.0
react-native-cli@1.0.0
XCode Beta 8.0
Mac OS X El Capitan v.10.11.5
I think this is specific to having Xcode-beta 8.0 installed, because running the app through beta-7.3 does work.
I had similar experience today. But it was on macOS beta. Build failed on both XCode 7.3.1 (7D1014) and 8.0 beta 2 (8S162m). I did try $ react-native run-ios but got error:
macOS: 10.12 Beta (16A239j)
react-native-cli: 1.0.0
react-native: 0.29.0
Same two errors on both versions of XCode under Semantic Issue, when I tried build with XCode:
Edit: Sorry, I forgot to mention that I was not able to install watchman.
Just doubleclick on the RCTWebSocket project in your navigator and remove the flags under build settings > custom compiler flags
Your project should compile just fine now!
@TimBroddin Thank you!!
@noprom it looks like you’re searching in your main project. If you click RCTWebSocket in the sidebar, and then search in Build Settings, you should see it.