Question:
hello, I'm trying to use the (Objective-C) SSL Client Certificate, and I event imported the required include files (such as CkoSocket.h and CkoCertStore.h) into my project, and wrote the import commands #import"CkoSocket.h" and #import"CkoCertStore.h". but when I compile I get a lot of errors such as: 1- CkoSocket.h file not found 2- Declaration of socket must be imported from module 'Darwin.POSIX.sys.socket' before its required.
Can someone please help me Regards.