Hi all,
Sorry for the delay, I have been busy building up a Swift 3 framework for OpenGL and Vuforia.
Back to our main topic. I recently built an Xcode server for my project. The project uses Cocoapods and for a time it was good then, a few days ago, a build exited with the error :
Your local changes to the following files would be overwritten by merge.
And has been failing ever since until I found the solution. It seems the cocoa pods repo gets messed up sometime and you need to hard reset it to HEAD. Here how :
cd ~/.cocoapods/repos/master
git reset HEAD –hard
Takes a couple of minutes and then you should be just fine !
Enjoy 🙂
MAB