0

I am trying to develop an iOS (and Android) app using react-native and react-native-ble-plx. It works perfectly on Android, but I constantly get the same error on iOS. I have even started a brand new react-native project from scratch in an effort to narrow it down to the lowest common denominator, and this issue happens each time I try to run it after adding and linking the react-native-ble-plx package.

react-native-ble-plx error

Any help would be greatly appreciated, I've already invested about 40 hours trying to figure this out, and I'm stumped.

I'm new to iOS development, so I'm not sure what information is would help, but here are the versions to several things:

  • OS: maxOS High Sierra Version 10.13.6
  • Xcode: Version 9.4.1 (9F2000)
  • Swift: Version 4.1.2 (swiftlang-902.0.54 clang-902.0.39.2)
  • react: Version 16.4.1
  • react-native: Version 0.56.0
  • react-native-ble-plx: Version 0.9.1
  • npm: Version: 6.2.0
  • Yarn: Version 1.7.0
  • Carthage: Version 0.30.1
Jason Thuli
  • 736
  • 2
  • 8
  • 23

1 Answers1

0

In case anybody else was as stumped as I was, maybe this will help.

I submitted this to another site, and was graciously helped by another user there. He created this repo, which works perfectly.

I haven't taken the time to figure out what I did wrong just yet (time crunch), but hopefully this will help others.

Jason Thuli
  • 736
  • 2
  • 8
  • 23