I recently updated Xcode to version 9.0 and many errors suddenly occurred inside the Charts framework that I was using inside my app. I installed Charts iOS using Carthage and admittedly, I don't have a ton of experience with Carthage and setting the correct swift version for Charts (which is what I'm assuming the problem is).
Here are some of the things I've tried: I tried downgrading to 3.0.3 which did not help. I also tried to manually go through and 'fix' all of the bugs that were highlighted in Xcode (there were upwards of 100 in total) and I think I did more damage than good. Most of the bugs were in relation to a dictionary type mismatch: NSAttributedStringKey : Any and String : AnyObject
Now, my app crashes every time I try to display a Chart. Could someone please give me a recommendation on what I should do? Remove the Charts framework completely and reinstall (using Carthage)?