xcode: run application unit tests on device, breakpoint doesn't hit -


I have added an application unit test target, when I run it on the simulator, it works well and I I can debug matters. But when I run it on the device, breakpoint does not hit. So my question is when can I debug application unit tests to run it on the device?

My environment: Xcode: 4.3.3 Tools: 5.1.1

me The only problem was that I only approved all of my logs, removed my breakpoint, left the encoded, and then restarted the computer. Then I added the break point. Is this work for you?

Comments

Popular posts from this blog

Python SQLAlchemy:AttributeError: Neither 'Column' object nor 'Comparator' object has an attribute 'schema' -

java - How not to audit a join table and related entities using Hibernate Envers? -

mongodb - CakePHP paginator ignoring order, but only for certain values -