libDataAbstract.a question

Hi,
I have an application that uses DataAbstract for iOS and also a Library from a printer manufacturer. Unfortunately the printer library uses the armv6 platform and we don’t’ have the source code.

Prior to the Winter 2011 release, DataAbstract was build for both armv6 & armv7. But the latest update is only armv7.

I would like to know what should i do to compile my copy for the armv6 / armv7 (should there be no issues.

Check this http://wiki.remobjects.com/wiki/Compile_RemObjects_SDK_from_Xcode_Source_(Xcode)

You will need to open the project and change the compiler to target older frameworks.

Hm looks like Apple changed the default for Architectures
and $(ARCHS_STANDARD_32_BIT) is armv7 only.

You will need to replace (ARCHS_STANDARD_32_BIT) with armv6, armv7 and recompile sources of the DataAbstract.

Fixed for future build.

Thanks for the report!