Description
Unable to load shared library ‘/Users/admin/osx-x64/publish/…/Frameworks/cmmlib.framework/cmmlib’ or one of its dependencies. In order to help diagnose loading problems, consider setting the DYLD_PRINT_LIBRARIES environment variable: dlopen(/Users/admin/osx-x64/publish/…/Frameworks/cmmlib.framework/cmmlib, 1): no suitable image found. Did find:
/Users/admin/osx-x64/publish/…/Frameworks/cmmlib.framework/cmmlib: file too short
/Users/admin/osx-x64/Frameworks/cmmlib.framework/cmmlib: file too short
Which version?
Uknown. I’ve got this project from other company. Version.txt is missing, so I’m trying to get version number using the code.
To Reproduce(If applicable)
Steps to reproduce the behavior:
- Create cs project in visual studio, target os - osx-64
sdk = new MacZoomSDK();
Console.WriteLine(sdk.GetVersion());
3. Build, publish and run on mac