alwx / react-native-http-bridge

HTTP server for React Native
118 stars 78 forks source link

ios build error #20

Closed snapxtp closed 4 years ago

snapxtp commented 4 years ago

.../node_modules/react-native-http-bridge/ios/RCTHttpServer.h:1:9: 'React/RCTBridgeModule.h' file not found

hamzauzumcu commented 4 years ago

how did you solved this?

hamzauzumcu commented 4 years ago

https://github.com/f111fei/react-native-unity-view/issues/139#issuecomment-545289463

Screen Shot 2019-12-24 at 7 49 23 PM

Add $(SRCROOT)/../../../ios/Pods/Headers/Public to header search path "recursive"

the problem has been solved.

arys commented 3 years ago

$(SRCROOT)/../../../ios/Pods/Headers/Public

Hello @hamzauzumcu, I tried this and it causes other errors, like: 'limits' file not found

Screen Shot 2021-05-14 at 17 05 54
arys commented 3 years ago

I ended up using this fork, works great https://github.com/digio/react-native-http-bridge