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
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!
The text was updated successfully, but these errors were encountered:
daviehh
changed the title
tutorial for building as command line tool
tutorial for building as command line tool [question]
Mar 13, 2018
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!
The text was updated successfully, but these errors were encountered: