You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have an sap/ui/core/mvc/XMLView or an in XML defined sap/ui/core/Fragment. I am using a control e.g. sap/m/Text but I have forgotten to add the sap.m library to the sap.ui5/dependencies/lib array in the manifest.json.
I have an
sap/ui/core/mvc/XMLView
or an in XML definedsap/ui/core/Fragment
. I am using a control e.g.sap/m/Text
but I have forgotten to add thesap.m
library to thesap.ui5/dependencies/lib
array in themanifest.json
.View
manifest.json
Goal
This scenario is detected and an finding is reported to add the missing library dependency to the
manifest.json
.The text was updated successfully, but these errors were encountered: