Ho il mio progetto + sottomodulo RestKit. Errore durante la modifica delle impostazioni di RestKit. Ho aggiunto il supporto per armv6 e armv7.Errore Git: modifiche non modificate per il commit
git add .
git add -u
git commit -m "new"
# On branch master
# Changes not staged for commit:
# (use "git add <file>..." to update what will be committed)
# (use "git checkout -- <file>..." to discard changes in working directory)
# (commit or discard the untracked or modified content in submodules)
#
# modified: RestKit (modified content)
#
Come risolvere questo errore.
AGGIORNAMENTO: Non eseguo git aggiungere RestKit.
UPDATE2: La strusture del mio progetto è:
ho aggiunto modulo come
git submodule update -i
Avete eseguire 'git add RestKit'? –
e se non si fa 'git add -u' (quindi solo' git add .' e 'git commit -m 'message'') – zoran119
Non mi ha aiutato molto. – Voloda2