I tried integrate ShareKit in my project and I face a problem.
By the time I include the ShareKit classes in my classes project folder the compiler gets errors like
"Parse Issue. Unknown type name 'NSUInteger'" or "Parse Issue. Unknown type name 'NSString'"
in the MyProject_Prefix.pch file.
The variables I defined in the prefix file are globally used by my application. I have never got this kind of error before untill I included the ShareKit classes in my project.
Thanks in advance.