react-native-ble-plx
react-native-ble-plx copied to clipboard
duplicate interface definition for class 'MultiPlatformBLEAdapter'
While trying to build a React Native project using react-native-ble-plx, I am getting hundreds of errors like these:
› Compiling react-native-ble-plx Pods/MultiplatformBleAdapter » Zip+arity\ 2.swift
❌ (/Users/ted.hayes/Documents/litetime-configurator-app/ios/Pods/Headers/Public/MultiplatformBleAdapter/MultiPlatformBLEAdapter.h:11:1)
9 | #import <Foundation/Foundation.h>
10 |
> 11 | @interface MultiPlatformBLEAdapter : NSObject
| ^ duplicate interface definition for class 'MultiPlatformBLEAdapter'
12 |
13 | @end
14 |
Anyone know what's up?