You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am developing a watchOS app, that uses data coming from a Kafkastream and I want to use this library for this purpose, but it keeps ignoring my local "librdkafka" library.
Detailed error description:
Warnings:
ignoring file /usr/local/Cellar/librdkafka/1.3.0/lib/librdkafka.dylib, building for watchOS-arm64_32 but attempting to link with file built for macOS-x86_64
I am developing a watchOS app, that uses data coming from a Kafkastream and I want to use this library for this purpose, but it keeps ignoring my local "librdkafka" library.
Detailed error description:
Undefined symbol: _rd_kafka_produce
Undefined symbol: _rd_kafka_poll
Undefined symbol: _rd_kafka_conf_dump
Undefined symbol: _rd_kafka_topic_name
Undefined symbol: _rd_kafka_consumer_close
Undefined symbol: _rd_kafka_consumer_poll
Undefined symbol: _rd_kafka_flush
Undefined symbol: _rd_kafka_brokers_add
Undefined symbol: _rd_kafka_commit
Undefined symbol: _rd_kafka_topic_partition_list_new
Undefined symbol: _rd_kafka_topic_partition_list_destroy
Undefined symbol: _rd_kafka_message_destroy
Undefined symbol: _rd_kafka_topic_new
Undefined symbol: _rd_kafka_topic_partition_list_add
Undefined symbol: _rd_kafka_subscribe
Undefined symbol: _rd_kafka_conf_set_dr_msg_cb
Undefined symbol: _rd_kafka_conf_set
Undefined symbol: _rd_kafka_conf_dup
Undefined symbol: _rd_kafka_conf_new
Undefined symbol: _rd_kafka_conf_destroy
Undefined symbol: _rd_kafka_conf_dump_free
Undefined symbol: _rd_kafka_poll_set_consumer
Undefined symbol: _rd_kafka_topic_destroy
Undefined symbol: _rd_kafka_assign
Undefined symbol: _rd_kafka_new
Undefined symbol: _rd_kafka_destroy
What I did:
The text was updated successfully, but these errors were encountered: