alinz/react-native-webview-bridge

error: 'React/RCTBorderStyle.h' file not found

Opened this issue · 2 comments

Hi ,

recently I came up with build failed error ,but I've no idea

the error look like this:

screen shot 2018-02-20 at 4 56 10 pm

I run the project as usual, and I can successfully clean the xcode

the only change may be I changed the xcode: workspace setting a few days ago to run another project

Did you find any solution ? It happened in my project now.

Same issue here when trying to use React-Native-Sketch* packages

This is not the ideal way of doing this. It appears that some of the React components in React-Native aren't linking, but since I didn't know how to fix this ..

Work around:
I ended up changing <React/RCTBorderStyle.h> to "./RCTBorderStyle.h" (in quite a few files)