Question:
I checked this thread: link text
But this not solved the problem. How I install Chilkat for iOS? I try link text, but I get error "file not found"
If you don't provide any path for the header file in the import statement, then the compiler would expect to find the header file in the same directory as the source file that is including/importing the header. You should specify either the full or relative path to the header file.
No "install" is required. This is simply a matter of understanding the "import" and "include" statement.