Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ios build error #20

Closed
snapxtp opened this issue Oct 22, 2019 · 4 comments
Closed

ios build error #20

snapxtp opened this issue Oct 22, 2019 · 4 comments

Comments

@snapxtp
Copy link

snapxtp commented Oct 22, 2019

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

@snapxtp snapxtp closed this as completed Oct 22, 2019
@hamzauzumcu
Copy link

how did you solved this?

@hamzauzumcu
Copy link

hamzauzumcu commented Dec 24, 2019

f111fei/react-native-unity-view#139 (comment)

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
Copy link

arys commented May 14, 2021

$(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
Copy link

arys commented May 15, 2021

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants