one week ago I ran my project with a few pods well on Xcode 7.3.1. But now I have upgraded to Xcode 8. When I open the project, it asked me to convert the codes to Swift 3 automatically. If I do not convert, it exists 2 errors in some pods swift file. When I finished converting, it becomes 83 errors!! What should I do to run the project well in Xcode 8? I just use following pods:
pod "TextFieldEffects"
pod 'BTNavigationDropdownMenu'
pod 'LTMorphingLabel'
pod 'Material', '~> 1.0'