I'm encountering an error when trying to import SwiftKafka in Swift 5/Xcode12.0.1
As pre their installation instructions, I've run brew install librdkafka and added a Package Dependancy to the package repo.
When I try to build, I get a warning
I've tried googling for a solution, but so far nothing seems to work. Any advice on how to resolve this?
As pre their installation instructions, I've run brew install librdkafka and added a Package Dependancy to the package repo.
When I try to build, I get a warning
Code Block ld: warning: Could not find or use auto-linked library 'rdkafka'
followed by a long list of errors of the formCode Block Undefined symbols for architecture x86_64: "_rd_kafka_*", referenced from: SwiftKafka.*
I've tried googling for a solution, but so far nothing seems to work. Any advice on how to resolve this?