Xcode Debugging - Multiple Executables
I have multiple native targets defi开发者_开发问答ned in my Xcode 3.2.5 project. For example, IT's and UT's. I have chosen utProjectExecutable as my active executable and utProjectTarget as my active target. Still, when I hit Run->Debug it runs the IT's executable instead of UT's.
Note: I am running it in Debug mode.
Am I missing something here?
Quit Xcode
Delete
your_project.xcodeproj/your_username.*
Restart Xcode.
NB: do not delete
your_project.xcodeproj/project.pbxproj
!
精彩评论