Sohel Kabir

Results 7 comments of Sohel Kabir

@timrogers thanks for reply. We are developing a platform where you can import code from github so we need a copy of the whole repo in user's virtual machine. In...

Since this clone command happens within the code in node.js I have to spawn a shell to execute git clone command which we trying to avoid. I know git clone...

Facing kind of same issue Undefined symbols for architecture arm64: ``` "facebook::hermes::inspector_modern::chrome::enableDebugging(std::__1::unique_ptr, std::__1::basic_string const&)", referenced from: reanimated::ReanimatedHermesRuntime::ReanimatedHermesRuntime(std::__1::unique_ptr, std::__1::shared_ptr const&, std::__1::basic_string const&) in libRNReanimated.a(ReanimatedHermesRuntime.o) "facebook::hermes::inspector_modern::chrome::disableDebugging(int)", referenced from: reanimated::ReanimatedHermesRuntime::~ReanimatedHermesRuntime() in libRNReanimated.a(ReanimatedHermesRuntime.o) ld:...

> Facing kind of same issue Undefined symbols for architecture arm64: > > ``` > "facebook::hermes::inspector_modern::chrome::enableDebugging(std::__1::unique_ptr, std::__1::basic_string const&)", referenced from: > reanimated::ReanimatedHermesRuntime::ReanimatedHermesRuntime(std::__1::unique_ptr, std::__1::shared_ptr const&, std::__1::basic_string const&) in libRNReanimated.a(ReanimatedHermesRuntime.o) > "facebook::hermes::inspector_modern::chrome::disableDebugging(int)",...

I got it working! this is pretty weird you have to provide exact uri which you got during write. I was trying to provide uri which I received from ScopedStorage.openDocument...

Is it merged?