Xcode 调试 - 多个可执行文件
我在 Xcode 3.2.5 项目中定义了多个本机目标。例如,IT 和 UT。我选择 utProjectExecutable 作为我的活动可执行文件,并选择 utProjectTarget 作为我的活动目标。尽管如此,当我点击“运行”->“调试”时,它会运行 IT 的可执行文件而不是 UT 的可执行文件。
注意:我在调试模式下运行它。
我在这里错过了什么吗?
I have multiple native targets defined 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?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
退出 Xcode
删除
your_project.xcodeproj/your_username.*
重新启动 Xcode。
注意:不要删除
your_project.xcodeproj/project.pbxproj
!Quit Xcode
Delete
your_project.xcodeproj/your_username.*
Restart Xcode.
NB: do not delete
your_project.xcodeproj/project.pbxproj
!