I am having the project which is successfully done the project in Xcode 5.1
using story board, I am running the project in Xcode 6.1
now its showing the error in Xcode 6.1
. I am getting the error as
Main_iPhone.storyboard: error: Illegal Configuration: Static table views are only valid when embedded in UITableViewController instances
How to resolve this error and make the project run in 64 bit
and support to iOS8
Hoping for the right answers.