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.

This entry was posted in Code / Computers, iPhone. Bookmark the permalink.

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>