Hi, I'm trying to build a command line tool on mac using this library, but since command line tools do not have the "Embedded Binaries" section, building the file lead to the error:
dyld: Library not loaded: @rpath/libswiftAppKit.dylib
Referenced from: ~/Library/Developer/Xcode/DerivedData/zmq_cli-fqonwoqaewoenhdmsspynhszpsrt/Build/Products/Debug/SwiftyZeroMQ.framework/Versions/A/SwiftyZeroMQ
Reason: image not found
I've also tried, to no avail, the advice from here and here and here. Is there a way to incorporate this library into a command line only tool? Thanks!
Hi, I'm trying to build a command line tool on mac using this library, but since command line tools do not have the "Embedded Binaries" section, building the file lead to the error:
I've also tried, to no avail, the advice from here and here and here. Is there a way to incorporate this library into a command line only tool? Thanks!