How can I debug in a framework in Xcode?

后端 未结 6 1135
无人及你
无人及你 2020-12-14 21:37

I have two projects, one is the networkLib for login and some other network function, the other is the usingLibDemo. So I have all the source code

6条回答
  •  我在风中等你
    2020-12-14 21:56

    Use XCode Workspace when you deal with multiple framework projects. When you use a workspace, breakpoints will work and you can find your crash without loads of back and forth debugging. It will be much easier to manage your frameworks in the long run.

提交回复
热议问题