I have a project developed in Xcode 3 that I am transitioning to Xcode 4. When I attempt to "test" a build, I get a message that indicates that my application scheme is not configured for testing. I select "Edit Scheme" and I see that I have no tests configured. I choose "+" to add a new test, and am asked to select a target to test. The problem is there aren't any selectable targets provided. How does this target list get populated? For my project, "Build", "Run" and "Profile" are correctly populated with a target.
|
If this is for unit tests, make sure your unit test bundle target has its Wrapper Extension set to |
|||||
|
|
I clicked the 'No Scheme' button, and chose Manage Schemes.. I then chose "Auto create schemes now", and it brought back my schemes (iPhone simulator, etc.) |
|||
|
|
|
I chose to create a new scheme instead with the desired configuration: scheme configured to "Run", breakpoints on, and build configuration set to "debug" (taken from my XCode 3 project). I thought at first that I could easily have access to debugging, execution, archiving, conveniently from a single scheme, particularly as each of these modes ("run", test", "profile", "analyze", "archive") are selectable from the workspace toolbar. While I may be missing something I can get the desired functionality by creating a new scheme. |
|||
|
|
|
what i did was just push the toggle button "Breakpoints" in the top bar next to the Run, Stop and Scheme buttons. Then when pushing Run, the debugger will attach to the processes, stop on the breakpoints and show variables values. No scheme modification needed. |
|||
|
|
protected by tchrist Sep 7 '12 at 2:32
This question is protected to prevent "thanks!", "me too!", or spam answers by new users. To answer it, you must have earned at least 10 reputation on this site.