Hi,
I have needed to revert looking at the assembly generated to get to bottom
of a problem which I have been having with the gcc and ld, and using Show
Assembly and Preprocess menu context options I have noticed that if you are
working on a Universal application it will only show you the PowerPC version
not the i386 version as well or vise versa.
I don't seem to find an option to specify what platform are passed to
preprocessor/assembler ?. The only work around is to disable one of the
platforms and use that but that seems a little crude.
Because XCode merges the 2 platforms together there doesn't seem to be a
way to say I want to look at i386 or PPC or even both. Even just doing for
each platform would seem better solution for interim as you are developing a
universal application.
Or did I miss something ?