Knime Export Product

Hi, I have same problems.
I can successfully build the source code with its base line target, and run the application. But when i try to export the application by the desktop .product file to an .exe . I met several problems:
1 If i export the project directly by its original .product file,firstly a problem that "Unable to find feature: org.knime.binary.jre‘ comes. So I add this feature to the target file and problem solved. But another problem comes : ‘JSON related functionality for KNIME 3.7.1.v201901281201 (org.knime.json 3.7.1.v201901281201) requires ‘bundle com.fifesoft.autocomplete [2.5.7,3.0.0)’ but it could not be found’ while this com.fifesoft.autocomplete 2.6.0 is clearly in my work space.
2 Then I try to change the .product file by add required features in its contents label and export. Problem ‘Unable to find feature “org.knime.features.base” with version in range [3.7.2.v201904171038,3.7.2.v201904171038]’ comes. And this feature 3.7.2.v201904171038 is clearly in my work space and baseline.
3 Then I try to change the .product file by changing the product configuration ‘based on plug-ins’ , and add required plug-ins and export, and meet the completely consistent error shown by manasdabir.
So what is wrong of my work . Please help me ! Thanks!