Tengo mi proyecto + submódulo RestKit. Apareció un error cuando cambié la configuración de RestKit. Agregué la arquitectura de soporte armv6 y armv7.Error de Git: Cambios no realizados para la confirmación
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)
#
Cómo solucionar este error.
ACTUALIZACIÓN: No ejecuto git add RestKit.
Update2: El strusture de mi proyecto es:
añadí submódulo como
git submodule update -i
¿Ha ejecutar 'git add RestKit'? –
¿Qué pasa si no haces 'git add -u' (así que solo' git add .' y 'git commit -m 'message'') – zoran119
No me ayudó demasiado. – Voloda2