Okay so I\'ve been working on this React Native project for a few weeks now without any issue. I recently updated to xCode 8.0 and RN build is failing. When I do \"react-nat
Step 1:
Step 2:
Picture of settings
Step 3:
Clean & Rerun your project and it should work like normal.
Now i have a solution to fix this
Select RCTWebSocket
target in XCode and remove flag
in build setting > custom compiler flag
then build and run again!
Note: This answer is posted as an edit of the question described above. I just edited the question and created an answer on behalf of the OP and made it community wiki so that no credit goes to me. But now, that question is merged with this question and the answer moved here. I do not know anything about the context of these two questions. I just got that in review queue.
You need to remove the custom compiler flags of -Werror
and -Wall
and clean (SHIFT + CMD + K)