Archived Forum Post

Index of archived forum posts

Question:

How I install Chilkat Library for iOS?

Nov 07 '12 at 08:33

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"

alt text


Accepted Answer

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.