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 have the same issue. i use xcode 7 to build, came across this errors:
dyld: Library not loaded: libvmime.0.dylib
Referenced from: /Users/xiaods/Library/Developer/Xcode/DerivedData/usercount-gtmghmhxcythykbqgvzndvypyueo/Build/Products/Debug/usercount
Reason: image not found
Program ended with exit code: 9
Hey,
I currently install vmime in my mac. However, I compile example1 with:
g++ exampl1.cpp -lvmime -o example
It get compiled. However, it gives out errorss when I execute the executable:
dyld: lazy symbol binding failed: Symbol not found: _gcry_control
Referenced from: /usr/local/lib/libvmime.0.dylib
Expected in: flat namespace
dyld: Symbol not found: _gcry_control
Referenced from: /usr/local/lib/libvmime.0.dylib
Expected in: flat namespace
Could you give me a help???
The text was updated successfully, but these errors were encountered: