The following are some common steps you may need to take to get your project to build:
Specify a prefix file. For an overview, see “Precompiled Headers and Prefix Files.” For the actual steps, see “Using Precompiled Headers and Prefix Files.”
Your application may require compiler settings for GCC that the importer does not pick up. See “The GCC Compiler” for information about working with compiler settings.
You may need to add a Mac OS library to the project. You typically only need to explicitly include a library if you are statically linking your software.
You will also need to rename any static libraries so that they match the format lib*.a. Otherwise, Xcode will not link them.
For additional issues, see these sections:
Last updated: 2006-10-26