When i try to run the simple Example from the Documentation ( with my trial License Key ) :
class AppDelegate: NSResponder, NSApplicationDelegate {
override init(){
// Set this code once in AppDelegate or application startup
SCIChartSurface.setRuntimeLicenseKey(“XXXXXX”);
super.init()
}
i receive this error and the application builds but fails to start :
libc++abi: terminating with uncaught exception of type NSException
*** Terminating app due to uncaught exception ‘License Exception’, reason: ”
terminating with uncaught exception of type NSException
- nadim massih asked 3 years ago
- You must login to post comments
Hi, Nadim.
Thanks for writing to us.
It looks like something is wrong with your license key, probably it was activated on another machine. Probably, you need another key.
Let us know if you still have this issue.
- Andriy P answered 3 years ago
- You must login to post comments
I am having the same issue working with mac catalyst.
It works on the ios platform. I tried both the ios and macOS license.
- Jong Yoon Lee answered 3 years ago
- You must login to post comments
Please login first to submit.