I encountered the same problem, but luckily was able to hit a different breakpoint at a later point in the same flow. I moused over the outlined breakpoint and saw the following tool tip:
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.
Topic:
Developer Tools & Services
SubTopic:
Xcode
Tags: