简体   繁体   English

在另一个项目中调试Xcode项目

[英]debug an Xcode project in another project

In my project a framework developed by my organization is included and working with that framework. 在我的项目中,包含了由我的组织开发的框架,并且正在使用该框架。 To fix one issue, I am planning to take the framework project code and then include into my project and then debug step by step using breakpoints. 为了解决一个问题,我计划采用框架项目代码,然后将其包含到我的项目中,然后使用断点逐步调试。 Is this achievable? 这可以实现吗? If yes, how? 如果是,怎么办?

Yes! 是! You create a workspace. 您创建一个工作区。 add target dependency in your project then normal debugging works 在项目中添加目标依赖项,然后正常调试即可

在此处输入图片说明

在此处输入图片说明

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM