question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

RCTWebSocketDebugger.xcodeproj

See original GitHub issue

This 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:closed
  • Created 8 years ago
  • Reactions:1
  • Comments:18 (11 by maintainers)

github_iconTop GitHub Comments

2reactions
dsibiskicommented, May 17, 2015

@voronianski If you are still having the linker issue, it looks like it’s because you need to remove the RCTWebSocketDebugger.xcodeproj library from your app (that’s the old one) and add the new RCTWebSocket.xcodeproj. See this page for help: http://facebook.github.io/react-native/docs/linking-libraries.html#content

Also don’t forget to add the 'libRCTWebSocket.a" file to the “Link Binary With Libraries” Build Phase.

0reactions
alfondotnetcommented, Jul 19, 2015

Never mind, I was including the library from the wrong place (ie. Outside of the default search path).

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found