Happened to me while trying to disable GBA4iOS on my device.
A hit fix would be to install the old version of Crashlytics in the subfile after cleaning up the project.
Example:
pod 'Fabric'
pod 'Crashlytics', '3.1.1'
Then run the terminal:
pod install
And open the project again.
Hope this helps until you find a better solution!