Hi there
I tried to use a Thread Network in my App.
Actually I added ThreadNetwork in frameworks folder
and I tried to initialize THClient pointer.
THClient* Thread = [[THClient alloc] init];
but error is occur as bellowing
"[thclient] Client: -[THClient connectToXPCService]_block_invoke - CTCS XPC Client is invalidated."
May I get an advice??
Thanks