百度地图导航算路成功但是无法进入导航页面Warning: Attempt to present <UINavigationController: 0x163852800> on <UIViewCont

在导航页面.m中增加

-(id)naviPresentedViewController {

return self;

}