Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I have an iPhone app that I am writing and it has 2 targets for two different builds of the app target 'A' and 'B'. I selected to build target A and when I build on the device or the simulator it properly builds and runs target 'A'. When in instruments (UI Automation) I select target 'A' but it builds and runs the app as target 'B'.

Any idea why this is happening? I selected the proper app but the other one is running instead.

share|improve this question

1 Answer

up vote 1 down vote accepted

This is controlled by your project's scheme. Make sure each target has it's own scheme, and edit the "Profile" portion of the scheme appropriately for each target.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.