warning to use new asynchronous factory 'sap.ui.core.mvc.Controller.create(…)'
问题 Following the openui5 tutorial with some deviations I get the following warning when I serve the dev version of the app: Do not use synchronous controller creation for controller 'sap.ui.demo.walkthrough.controller.HelloPanel'! Use the new asynchronous factory 'sap.ui.core.mvc.Controller.create(...)' instead. In webapp/view/App.view.xml the HelloPanel view is referenced as in the tutorial, that is with: <mvc:XMLView viewName="sap.ui.demo.walkthrough.view.HelloPanel"/> If I serve the