Hi Juan,
Firs of all, thanks a lot for your answer to my other question.
I have an issue trying to install my application into a iPad Retina (A6x)(32bits).
When I use the simulator all works fine, but when I try to compile and install the application into my iPad the next error arises:
ld: warning: ignoring file /usr/local/fuzzylite/bin_32bits/libfuzzylite-static.a, file was built for archive which is not the architecture being linked (armv7s): /usr/local/fuzzylite/bin_32bits/libfuzzylite-static.a
Undefined symbols for architecture armv7s:
“vtable for fl::Maximum”, referenced from:
fl::Maximum::Maximum() in FuzzyLogic.o
……
……
I have build fuzzylite-static.a for i386 and x86_64 and for both, and they compile and link ok for the simulator but not for the physical device.
Is there any option I’m missing?