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

Is it possible in Xcode to set up a scheme so that the "Run" action will use the Debug configuration when running on the simulator, and the Release configuration when running on the device? (Note when I say running on the device I mean phone plugged into computer, and "run" button pressed as part of debugging. I don't mean once users download it to their phone, that would be the "Archive" action).

share|improve this question

1 Answer

up vote 0 down vote accepted

I don't know of any way to do what you want in a single scheme. You would need two schemes to get your desired behavior: one for the simulator and one for the device.

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.