Thursday, March 2, 2017

Xcode : Breakpoints dont hit


Hiiiii,


Now this is something that majority of people must have gone through. I have gone through it many times and resolved the issue with different tactics every time :P


Solution 1 :





  • Project >> Edit Scheme >> Info Tab.
  • Remember to set Build Configuration as DEBUG.
  • Check Debug executable.



Solution 2:
  • Delete Derived Data
  • Clean and Rebuild project

Solution 3:
  • Open Project Directory
  • Right click on Project file and click Show Package Contents
  • Delete all files except pbxproj files
  • Restart xcode


Hope people find peace :P

No comments:

Post a Comment