could you please help me out to fix the EXC_BAD_ACCESS problem.
It was all good in previous version of Xcode with iOS 8. After I've installed the new one (7.0.1 with iOS 9 in simulator) this exception started appearing. It appears right in the moment when I tap on any cell in table view. Detail view controller should appear after tap, but this exception appears: - Thread 1: EXC_BAD_ACCESS (code=2, address=0xbf7b6ffc)
As far as I see there are 2 of this exceptions. I've tried to enable zombies but it didn't give more information.
this is the project on github: https://github.com/bodya48/news thank you in advance