react-native-nodemediaclient
react-native-nodemediaclient copied to clipboard
Never worked with CRA
🐛 Bug Report
it gives ERROR on iOS build
CertificateUtils.cpp Thread 11: EXC_BAD_ACCESS (code=1, address=0x1197f8c8e) under generateCertSigningRequest() line 106
ret = X509_NAME_add_entry_by_txt( Thread 11: EXC_BAD_ACCESS (code=1, address=0x1197f8c8e)
following is the console output ------------------>>> flipper: FlipperClient::addPlugin Inspector flipper: FlipperClient::addPlugin Preferences flipper: FlipperClient::addPlugin React flipper: FlipperClient::addPlugin Network 2021-03-29 07:23:49.880 [info][tid:main][RCTRootView.m:294] Running application sensights ({ initialProps = { }; rootTag = 1; }) 2021-03-29 07:23:49.979030+0500 sensights[482:60264] [connection] nw_socket_handle_socket_event [C3.1:1] Socket SO_ERROR [61: Connection refused] 2021-03-29 07:23:49.981660+0500 sensights[482:60264] [connection] nw_socket_handle_socket_event [C3.2:1] Socket SO_ERROR [61: Connection refused] 2021-03-29 07:23:49.982605+0500 sensights[482:60271] [connection] nw_connection_get_connected_socket [C3] Client called nw_connection_get_connected_socket on unconnected nw_connection 2021-03-29 07:23:49.982664+0500 sensights[482:60271] TCP Conn 0x283384370 Failed : error 0:61 [61] (lldb) <<<<---------------------
To Reproduce
Step 1 ( CRA )
npx react-native init demo --version 0.62.2
Step 2 * install packages
npm i -S (optional) @react-native-community/[email protected] (optional) @react-navigation/[email protected] (optional) @react-navigation/[email protected] (optional) [email protected] (optional) [email protected] (latest or 0.2.11) [email protected] (optional) [email protected] (optional) [email protected] (optional) [email protected]
Step 3. install pod
cd ios && pod install && cd ..
Step 4
then run the app on real device from xCode 12.4
build is successful but when launching the app on device it gives error.... tried it atleast 20 times.. on 0.62.0 and 0.62.2 same result everytime..
However https://github.com/NodeMedia/iShow-RN this example runs fine... but when you try to run it on a fresh CRA ... it never works... seems like there is some instructions missing... some step is missing which is not followed..
even copied the Pod and info file from the example.. but nothing works...
Remember... I havent added any RN code yet.. just installed the packages.. this even happens when only installing "react-native-nodemediaclient" package on fresh CRA ... tried the latest version as well as what was in the example..
Environment
Pod info
iOS 9, 10, 11 Flipper 0.33.1 to 0.84.0
MAC info
OS: 10.15.7
iPhone Info
iOS 14.4.2 (18D70) Model: iPhone 6s
Same issue. please help
Same issue, I don't know how to solve
Same issue...
Same issue
This is a problem caused by the incompatibility of the openssl library.
Try to fix in the next version
This is a problem caused by the incompatibility of the openssl library.
I think so. but how about fix it?
Use the latest v0.2.17