SMCKit icon indicating copy to clipboard operation
SMCKit copied to clipboard

SMCKit does not open in Swift Cocoa Project

Open raihan02 opened this issue 5 years ago • 1 comments

Here I have faced a problem. SMCKit library is opened console program but not in swift project. Please tell me how I recover this issues. Thanks in advance.

raihan02 avatar Sep 17 '19 06:09 raihan02

Hi, you have to disable the "App Sandbox" entitlement in the yourAppName.entitlements file. This is because Apple does not allow IOKit (which is used by SMCKit) to be used from inside a sandbox. Hope that helps!

davidwernhart avatar Feb 08 '20 09:02 davidwernhart