I have obtained the trial license from ABBYY and obtained the trial SDK for iPhone. But I can not build and debug the project on my device. It gives an error : \"_OBJC_CLASS
That's a link problem. The linker warning that preceeds the error message says clearly that the .a
file that constitutes the SDK (libAbbyyMsdk.a
) is compiled for the architecture that differs from the armv6
architecture for which the project is being targeted. Either you contact the vendor and ask them for a armv6
targeted version of the .a
file or you target your project for the same architecture as the .a
file.