While migrating the RichSearch apComponent to platform v7, I got the following error. Thanks for helping how to resolve it:
> Task :search-gui:compileJava FAILED
/Users/mak/Projects/appComponents v7/rich-search-addon-master/modules/gui/src/com/haulmont/addon/search/gui/xml/layouts/loaders/RichSearchLoader.java:24: error: cannot find symbol
resultComponent = (RichSearch) factory.createComponent(RichSearch.NAME);
^
symbol: method createComponent(String)
location: variable factory of type UiComponents
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
1 error
FAILURE: Build failed with an exception.