ios - XCode (git) failed to commit files -



ios - XCode (git) failed to commit files -

i got started using git xcode , when tried commit older project i've been working on ran in next error:

https://www.dropbox.com/s/jafzgxhit0h4d1e/screenshot%202014-06-26%2005.37.04.png

if uncheck parse.framework/headers directory error instead

https://www.dropbox.com/s/aqrpelqarp0liq4/screenshot%202014-06-26%2005.38.28.png

my current .gitignore looks this:

# xcode # build/ *.pbxuser !default.pbxuser *.mode1v3 !default.mode1v3 *.mode2v3 !default.mode2v3 *.perspectivev3 !default.perspectivev3 xcuserdata *.xccheckout *.moved-aside deriveddata *.hmap *.ipa *.xcuserstate # cocoapods # # recommend against adding pods directory .gitignore. # should justice yourself, pros , cons mentioned at: # http://guides.cocoapods.org/using/using-cocoapods.html#should-i-ignore-the-pods-directory-in-source-control # # pods/

i'd supergreatful solution.

thanks!

the solution problem navigate directory in terminal , type:

git init git add together . git commit "comment"

then restarted xcode, went xcode , pushed project there.

ios xcode git

Comments

Popular posts from this blog

php - Android app custom user registration and login with cookie using facebook sdk -

django - Access session in user model .save() -

php - .htaccess Multiple Rewrite Rules / Prioritizing -