I had for a while no issue to compile for iOS with Chilkat lib. Right now I use Xcode Version 8.3.3 (8E3004b) and latest Chilkat version (May 2017). Didn't touched the code for 3 month or so and now get error "Unknown type name 'class'; did you mea 'Class' ? e.g. when importing #import "CkGlobal.h" I have a empty .cpp and .hpp file included in the project as described in the readme. What else can go wrong ? |
Google the error message. For example, Google "Unknown type name 'class'; did you mean 'Class'" See https://stackoverflow.com/questions/8588734/unknown-type-name-class-did-you-mean-class |
can it be caused by having also Chilkat installed for macOS native development on the same system ? I think I separated the folder correctly in the project settings (search path for include and libs)