“reason: ‘A view can only be associated with at most one view controller at a time!”
・rootViewControllerに対して、1つのみviewが配置されている場合に起こりがち。
rootViewControllerを外して、view単体にすると治る。
[参考:stackOverFlow]
http://stackoverflow.com/questions/12434937/uiviewcontrollerhierarchyinconsistency-when-trying-to-present-a-modal-view-contr
・一つのviewが2つのviewControllerに配置されている場合にも起こるらしい。