SMCWrapper
SMCWrapper copied to clipboard
Circular initialization
Was "self = [self init];" changed it to "self = [SMCWrapper alloc];" and it works fine.
-(id) init
{
self = [SMCWrapper alloc];