alinz / react-native-webview-bridge

React Native Webview with Javascript Bridge
MIT License
1.37k stars 491 forks source link

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

Open MAYDAY1993 opened 6 years ago

MAYDAY1993 commented 6 years ago

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

denizbas92 commented 4 years ago

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

alephpt commented 2 years ago

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)