Module 'BleClientManager' not found
See original GitHub issueI get this error while trying to build your example in Xcode: /examples/ReactBLEScanner/node_modules/react-native-ble-plx/ios/BleClient.m:10:9: fatal error: module 'BleClientManager' not found
Issue Analytics
- State:
- Created 7 years ago
- Comments:14 (7 by maintainers)
Top Results From Across the Web
Module 'BleClientManager' not found · Issue #117
I was able to get it working only after getting Carthage installed first, and then following the steps available in the README.
Read more >RxBLELibraries/react-native-ble - Gitter
framework not found BleClientManager for architecture x86_64 ... create-react-native-app creates Expo project and it is difficult to handle native modules.
Read more >Why module not found error in react native?
First try the automatic installation with your package manager... And try the manual installation if it doesn't work.
Read more >react-native-ble-plx
React Native Bluetooth Low Energy library using RxBluetoothKit and RxAndroidBle as it's backend libraries. Example apps are available in ...
Read more >react-native-ble-qz - npm Package Health Analysis
Looks like react-native-ble-qz is missing a security policy. ... Screen on/off event to this module Example apps are available in Google Play and...
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 FreeTop 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
Top GitHub Comments
I just ran into this issue and have two comments regarding this:
I’m assuming @konradrodzik added the following line to the readme:
This only implies that Carthage is required for manual installs. If going via the automatic approach (via rnpm) there is no mention of the Carthage requirement.
I suggest that the readme change to reflect the following:
Automatic
Lastly, the npm|yarn install succeeds even without carthage on the system. This should probably be changed to cause the install to fail if carthage is not installed locally.
It’s very important that you first install the “Carthage” and then install the “react-native-ble-plx”, otherwise you will see the same error massage “BleClientManager not found.”