I Was wrong, Recently i noticed that, in the below error
adding element with duplicate id 'application-zUI5TRV0001-create'
zUI5TRV0001 is not an application name, actually it is semantic object.
One more thing which I've Noticed is,
In the SplitApp, initial stage am loading Empty View in RHS(Detail section). Then while selecting item from Master section am navigating to the respective design in RHS. The duplicate id issue was coming, if navigating from Empty to the respective design. After this issue, i've added
this.getView().destroy() in onExit().
After adding above statement, i started getting error with semantic object name while clicking tile second time from the launchpad.
if am loading respective design view instead of Empty view initially, system is not throwing error and it is loading the view properly. From this, Wat i understood is,scope of adding additional view in runtime is not qualified for destroy function of component.js if am not wrong.
regards,
Mahi