iOS Breakpoints

When you check in your project make sure to also check in all individual user file. Inside the project you will find

(projectname).xcodeproj

inside this folder you will find a number of files with your username in them. for example:

(username).mode1v3
(username).pbxuser

The breakpoints for a project are stored int these files. If you do not check these in, person who comes after you will have to set their own break points.

—-

Michael set some and they were not working for me when I checked the project out. I quit XCode and then opened the / Applications / Utilities / Terminal window and cd’ed over to the project directory. I then mv’ed his files into mine and relaunched XCode.

Leave a Comment