"Xcode won’t pause at this breakpoint because it has not been resolved."
Resolving it requires that:
The line at the breakpoint is compiled.
The compiler generates debug information that is not stripped out (check the Build Settings).
The library for the breakpoint is loaded.
< /code>
Was ich ausprobiert habe < /strong> < /p>
've, die die folgenden Lösungen bereits ausprobiert haben, aber das Problem bleibt bestehen:
Produkt → Schema → Schema → Debug, das ausführbar ist. Projekt: < /p>
CMD + Shift + K zu reinigen. < /P>
cmd + b zum Wiederaufbau. Optimierungen:
Build-Einstellungen → Optimierungsstufe → Debuggen auf none [-O0]. /> Kein Glück auch nach einem neuen Neustart.>