I have some source files:
iosA.m
iosB.m
x86ABC.m
which perform similar tasks differently on IOS and simulator, respectively. How do i handle this in XCode 4? I would have thought it would be a case of specifying the schemes for a specific file (the default being that a file is used for all schemes) but if this is the case i cannot find how to set it.
thanks!