For some reason Xcode is not able to commit the frameworks (Pods) that I just updated, while my own source code is committed & pushed successfully to our git repository. I'm wondering whether it is possible to somehow have more information than the standard message popping up : The working copy “MyApp” failed to commit files. Couldn’t communicate with a helper application.
.
I already tried to go look in : ~/Library/Logs/DiagnosticReports/
but only the crashes from xcode itself are stored there, not the source control logs.
Any idea how I could solve this ? Thanks