react-native-ble-plx icon indicating copy to clipboard operation
react-native-ble-plx copied to clipboard

duplicate interface definition for class 'MultiPlatformBLEAdapter'

Open t3db0t opened this issue 3 years ago • 0 comments

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?

t3db0t avatar Aug 31 '22 23:08 t3db0t