When I tried to test the program
I get the following message
“Unable to generate code for this design”
Please help me to sort out the issue
java.lang.RuntimeException: Unable to draw SVG image
at com.genuitec.devices.graphics.IconsDrawer.drawSvgImage(IconsDrawer.java:126)
at com.genuitec.devices.graphics.IconsDrawer$4.doDraw(IconsDrawer.java:40)
at com.genuitec.devices.graphics.IOSButtonDescription.drawIconAndScaleToBorders(IOSButtonDescription.java:511)
at com.genuitec.devices.graphics.IOSButtonDescription$1.doRealDraw(IOSButtonDescription.java:65)
at com.genuitec.devices.graphics.IOSButtonDescription.drawImage(IOSButtonDescription.java:451)
at com.genuitec.mobione.codegen.processors.HTMLExporterData$9.initClass(HTMLExporterData.java:548)
at com.genuitec.mobione.codegen.processors.HTMLExporterData$9.initClass(HTMLExporterData.java:1)
at com.genuitec.mobione.codegen.caches.MasterCssClassCache.applyClassToElement(MasterCssClassCache.java:60)
at com.genuitec.mobione.codegen.processors.HTMLExporterData.applyIOSButtonStyle(HTMLExporterData.java:1843)
at com.genuitec.mobione.codegen.processors.ComboboxProcessor.process(ComboboxProcessor.java:59)
at com.genuitec.mobione.codegen.processors.ElementProcessor.generateCodeFor(ElementProcessor.java:130)
at com.genuitec.mobione.codegen.processors.IPhoneComponentExporter.visitComponent(IPhoneComponentExporter.java:450)
at com.genuitec.mobione.codegen.processors.IPhoneComponentExporter.visitComponent(IPhoneComponentExporter.java:474)
at com.genuitec.mobione.codegen.processors.IPhoneComponentExporter.exportScreen(IPhoneComponentExporter.java:429)
at com.genuitec.mobione.codegen.HTMLExporter.generateHTML(HTMLExporter.java:821)
at com.genuitec.mobione.codegen.HTMLExporter.exportForm(HTMLExporter.java:289)
at com.genuitec.mobione.designer.export.ExportManager.exportHTML(ExportManager.java:347)
at com.genuitec.mobione.designer.export.ExportManager.exportHTML(ExportManager.java:277)
at com.genuitec.mobione.designer.action.RunEmulatorAction$2.run(RunEmulatorAction.java:48)
at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:121)
Caused by: java.lang.NullPointerException
at com.genuitec.devices.graphics.IconsDrawer.drawSvgImage(IconsDrawer.java:119)
… 19 more