RCTWebSocketDebugger.xcodeproj
See original GitHub issueThis is broken in 0.4.3, it missed *.h, *.m *.js files that used to be there previously. Did you decide to go another way without any docs?
I was that WebSockets in library worked when it was pulled into project, is this the new intended was to get web sockets for debugger working?
Issue Analytics
- State:
- Created 8 years ago
- Reactions:1
- Comments:18 (11 by maintainers)
Top Results From Across the Web
Connection to http://localhost:8081/debugger-proxy?role ...
I think this script it is necessary when we are going to add custom images assets in the xCode project, but you can...
Read more >How to debug a React Native on an iOS Device
It is a bit of hack to Debug JS Remotely in React Native right now. ... RCTWebSocket.xcodeproj/RCTWebSocketExecutor.m on setUp method
Read more >failed to build ios project. we ran "xcodebuild" command but it ...
failed to build ios project. we ran "xcodebuild" command but it exited with error code 65. to debug build logs further, consider building...
Read more >Troubleshooting - React Native
... chosen port in the ios/__App_Name__.xcodeproj/project.pbxproj file. ... When you're debugging a process or need to know a little more ...
Read more >Installation · React Native Camera
... Go to node_modules ➜ react-native-camera and add RNCamera.xcodeproj; Expand the RNCamera.xcodeproj ➜ Products folder; In XCode, ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

@voronianski If you are still having the linker issue, it looks like it’s because you need to remove the
RCTWebSocketDebugger.xcodeprojlibrary from your app (that’s the old one) and add the newRCTWebSocket.xcodeproj. See this page for help: http://facebook.github.io/react-native/docs/linking-libraries.html#contentAlso don’t forget to add the 'libRCTWebSocket.a" file to the “Link Binary With Libraries” Build Phase.
Never mind, I was including the library from the wrong place (ie. Outside of the default search path).