starmessage / libSoftMeter

Application analytics (software usage analytics) for Windows, MacOS and IOS software
https://www.starmessagesoftware.com/softmeter
Other
50 stars 23 forks source link

v1.4.2 of libSoftMeter.dylib does not get loaded by cpp-demo-mac under Maverics v10.9 #13

Closed starmessage closed 3 years ago

starmessage commented 3 years ago

SoftMeter v1.4.2 is compiled with MacOS SDK 11. Under Mavericks the error happens at the call of dlopen() that returns the dlerror(): Symbol not found: _OBJC_CLASS_$_NSHTTPURLResponse

starmessage commented 3 years ago

Setting Deployment Target to 10.9 (previously it was 10.7), and moving the foundation.framework at the top of the list, seems to have solved the problem. So a new version was released for MacOS just to address this issue.