Hi,
I'm trying to compile for ARM64 architecture by using:
./configure --config=iPhone-clang --no-samples --no-tests --omit=Data
make POCO_TARGET_OSARCH=arm64 -j4
but I'm getting the following error:
src/utils.h:72:2: error: Target architecture was not detected as supported by Double-Conversion.
That file is included in a large number of files. I have the latest version of poco-master
Thanks in advance