简体   繁体   中英

Xcode ignores the breakpoints

While working on an old objectiv-C project, in order to prepare an update for the appStore, I hit this problem: X code totally ignores my breakpoints. I can see by using NSLog() that the code is executed as expected, but it doesn't stop as it should at breakpoints.

I am using OS X Version 10.11.4 and Xcode Version 7.3.1.

I have seen a number of posts on the net about this issue, but none of the tricks proposed fixed my problem.

Yes, i faced the same problem.
Just follow these steps -

1 - DELETE the app from device .
2 - Click on x-code-> preference -> Location -> Derived Data
3 - force quit x-code .
4 - delete tha Derived Data .
5 - Do Empty trash also.
6 - start x-code project .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM