I've got this error:
error: Your local changes to the following files would be overwritten by checkout:
Crashlytics.framework/Versions/A/Crashlytics
Crashlytics.framework/Versions/A/Headers/Crashlytics.h
Crashlytics.framework/Versions/A/Resources/Info.plist
Crashlytics.framework/run
<my project name>.xcodeproj/project.pbxproj
Please, commit your changes or stash them before you can switch branches.
Aborting
Some questions:
I had a clean code base a few moments ago (I'd checked out master). It seems when I run Xcode it creates some locally changed Crashlytics files. How do I stop this from happening?
Why has my pbxproj changed? Is it something to do with the Crashlytics code?