I tried to run in a new project importing this library in the pubspec.yaml ( zebrautility: ^0.0.38 ) and the project didn't compile. I'm new with Xcode.
This is the error:
Undefined symbols for architecture x86_64:
"_OBJCCLASS$_EAAccessory", referenced from:
objc-class-ref in zebrautility(Printer.o)
"_OBJCCLASS$_EASession", referenced from:
objc-class-ref in libZSDK_API.a(Zebra_EADSessionController.o)
"_OBJCCLASS$_EAAccessoryManager", referenced from:
objc-class-ref in libZSDK_API.a(MfiBtPrinterConnection.o)
objc-class-ref in zebrautility(Printer.o)
ld: symbol(s) not found for architecture x86_64
I tried to run in a new project importing this library in the pubspec.yaml ( zebrautility: ^0.0.38 ) and the project didn't compile. I'm new with Xcode. This is the error: Undefined symbols for architecture x86_64: "_OBJCCLASS$_EAAccessory", referenced from: objc-class-ref in zebrautility(Printer.o) "_OBJCCLASS$_EASession", referenced from: objc-class-ref in libZSDK_API.a(Zebra_EADSessionController.o) "_OBJCCLASS$_EAAccessoryManager", referenced from: objc-class-ref in libZSDK_API.a(MfiBtPrinterConnection.o) objc-class-ref in zebrautility(Printer.o) ld: symbol(s) not found for architecture x86_64