Xcode, cannot view variables when going through a framework that is built and connected in one workspace

So I have this common infrastructure

To bring it to my main target program, I placed it in the "Embedded binaries" with a direct link to the product "build / Debug" Framework Framework

It seems that I create the structure every time I launch the main application.

I can set breakpoints in the framework code, but my variables are empty and lldb gives me error: use of unresolved identifier

enter image description here

, , - , lldb ? ( , ?) , .

- ?

+6
2

. Build - Release. , .

→ → → → → "" → " " → " " "".

enter image description here

enter image description here

+1

Shamsudheen - , .

, frame variable components po components , .

+1

All Articles