'Storyboard doesn't contain a view controller with identifier' only on Device
let storyboard = UIStoryboard(name: "Main_iPhone", bundle: nil)
let vc = storyboard.instantiateViewControllerWithIdentifier("POIListViewController") as! UIViewController
EDIT
Just CLEAN your project (CMD+SHIFT+K) as you have change the storyboard name I think.