Lldb 下断点问题

想要给 -[LoginViewController setLoginTitle]方法下断点


结果就提示Breakpoint 1: no locations (pending).
WARNING: Unable to breakpoint to any actual locations.’
很奇怪, 然后试着用群里人教我的方法用地址
image list -o -b 查看自己的项目起始地址是0x0000000000074000
方法偏移地址是0000bbfc
那我这个 setLoginTitle方法的 地址应该是二者相加0x7fbfc
可是如图:

完全蒙圈了 ,以前直接用b 方法 就能下断点 , 这怎么断点都下不去了