You may found undefined symbols for architecture i386 after import some libraries.
To solve this problem, simply fix as follows.
1. examine which symbols are missing
2. target->build phases->compile source
3. add the missing source files if they are not listed
4. command+b to compile the source code again
Alex 5:16 pm on May 10, 2012
You may found undefined symbols for architecture i386 after import some libraries.
To solve this problem, simply fix as follows.
1. examine which symbols are missing
2. target->build phases->compile source
3. add the missing source files if they are not listed
4. command+b to compile the source code again