I am trying to compiling existing code for Intel only on my new Mac. It need to link to the xerces library. The steps I took are
1. Used command line to recompile libxerces-c on Intel and installed in /usr/local/lib. lipo -info reports it has the right architecture
Non-fat file: libxerces-c.27.0.dylib is architecture: i386
2. Opened my XCode project for a C tool executable. The target SDK is "Current Mac OS"
3. It compiles but will not link to above library (which was added to project as external library). It lists a bunch of "undefined symbols" (all in xerces) during the linking step.