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.

Module 'BleClientManager' not found

See original GitHub issue

I 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:closed
  • Created 7 years ago
  • Comments:14 (7 by maintainers)

github_iconTop GitHub Comments

3reactions
julienvincentcommented, May 29, 2017

I just ran into this issue and have two comments regarding this:

Great! We will add info about carthage. Thanks.

I’m assuming @konradrodzik added the following line to the readme:

  1. Make sure that you have Carthage installed on your system.

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

brew install carthage
npm install --save react-native-ble-plx
react-native link

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.

0reactions
farshidbakhcommented, Oct 24, 2017

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.”

Read more comments on GitHub >

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

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