I am having issues where some assets in my xcode projec (ttf’s, xib, images) are not added to my project when I do a pull from some other computer. Any idea what might be causing this?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
There’s some bad advice floating around out there that suggests you should add your
.xcodeprojto your gitignore. This is one of the problems it causes. If you have done this, then you should remove it from your gitignore and check your.xcodeprojbundle into Git.