I tried running a gluon project that uses XML to initialize the project. Seeing the following error when running the application on an IOS device:
Caused by: java.lang.RuntimeException: XPathFactory#newInstance() failed to create an XPathFactory for the default object model: http://java.sun.com/jaxp/xpath/dom with the XPathFactoryConfigurationException: javax.xml.xpath.XPathFactoryConfigurationException: No XPathFactory implementation found for the object model: http://java.sun.com/jaxp/xpath/dom at javax.xml.xpath.XPathFactory.newInstance(XPathFactory.java:76
Note: Application runs successfully on Desktop Windows/Mac and on Android platform.
Is the Xpath not supported on IOS devices with Gluon