I have two projects, one networkLibfor input and some other network function, the other for usingLibDemo. Therefore, I have the source code of both projects.
The project networkLibdisplays a framework called myNetKit.frameworkwhich is used usingLibDemo.

Now I successfully use it myNetKit.frameworkto log in, but sometimes it crashes, perhaps in main () without stack information, but sometimes Xcode gives me stack information, as shown below:

So I know where it crashes:

But it Utils.mdoesn’t show up, how does Xcode get the stack information and the failure line and ultimately open the source file for me? . Because I have the source code on my disk?
, myNetKit.framework , ?
.