doefler / react-native-social-share

Use the iOS and Android native Twitter and Facebook share popup with React Native https://github.com/doefler/react-native-social-share
MIT License
418 stars 76 forks source link

Problem with libRCTWebSocketDebugger with iOS #62

Open hugohow opened 6 years ago

hugohow commented 6 years ago

I have this problem with xcode when i try to build :

ld: warning: directory not found for option '-L/Users/Hugo/Library/Developer/Xcode/DerivedData/enedis_amc-bmoemlhdwgrsixdkaouixpdaxutl/Build/Products/Debug-iphonesimulator/React' ld: library not found for -lRCTWebSocketDebugger clang: error: linker command failed with exit code 1 (use -v to see invocation)

Do you already have this ?

Thanks

"react-native": "0.51.0", "react-native-social-share": "^1.5.0",

imchathu87 commented 6 years ago

Same issue here react native : 0.49

hugohow commented 6 years ago

@empitechathu https://github.com/doefler/react-native-social-share/issues/48 this solution worked for me

imchathu87 commented 6 years ago

Wow it works ! , But Why ?