If you're thinking of updating to Xcode 8, hoping that your project will 'just build', don't get your hopes too high.<p>I've already spent all day fixing, updating, searching around for all kinds of errors that the build system throws at me.
It also required me to update the project dependencies to their latest versions which support swift 3/xcode 8.
Some dependencies (like SwiftBond 5) have changed a lot and now my project has hundreds of syntax errors due to renamed methods, not that hard to fix, but not sure if they'll still run the same...<p>So this is a major upgrade to your project - do it when you have spare time to waste.<p>In the meantime, I'm thinking of reverting to Xcode 7.3 and running the two versions side by side... Is that possible ?