Can't build a project with Chilkat library in Xcode10, compilation fails with error:
library not found for -lstdc++.6
Apple Forum shows:
libstdc++ was deprecated about 5 years ago (note that it hasn't been available in tvOS nor watchOS). Please switch to using libc++.
Any ideas on how to migrate the project to iOS12 and Xcode10?