xcode issue with git and resources -
i'm working developer using xcode , git. never had issue previoulsy i'm seeing problem consistently. when (or other developer) add image project, , push repo, files , pushed , fine. however, other developer not see file added project on pull request. have been trying debug several weeks no luck. have .gitignore
file below:
# xcode noise build/* *.pbxuser *.mode1v3 *~ build/ xcuserdata *.xcuserstate *.moved-aside !default.pbxuser !default.mode1v3 !default.mode2v3 !default.perspectivev3 *.mode2v3 *.perspectivev3 .svn # osx noise .ds_store
is there else modify in it? tried compare other projects afnetworking
, sdwebimage
, etc.
Comments
Post a Comment