[Quickfix-developers] build quickfix for iphone target
Brought to you by:
orenmnero
From: Michael Y. <mik...@fx...> - 2010-05-13 08:15:36
|
I used ‘quickfix’ Make file to make build: libquickfix.dylib - is one should be used on Mac OS. I used XCode to link my project with this library. All is fine when the target is Mac OS (active architecture is x86_64). But there is no success when the target is iPhone Simulator (architecture is i386) or iPhone (architecture - armv6). I have this error: “the lib was build for unsupported file format which is not the architecture being linked (i386).” I think the best approach to solve this problem is to modify ‘quickfix’ Make file, so that it could build the library for the right target (iPhone in my case). The problem is that I am not very familiar with all this building process. I’d be grateful if any could help me with this problem, give advise in what should be changed in make file. |