Hello,
I had some isuee with my project.
I had project with multiple targets. In project settings every target has some preprocesor marco, which one I recognize in my code (objective-c), and based on this personalize my target.
I would like to use some UITest, and when I recorde test there is no problem, xcode recognize target and show right content. But when I start to run my test (Cmd + U), xcode wouldn't see any preprocessor macros.
I even add this same macro to my test target, but it's change anything.
Could you help me with this problem?
Greg