Could not load the property file output_xml.properties for output method xml #978
Description
When Transformer new instance is created I am getting a runtime exception, any solutions or workaround ?
Exception
2018-05-10 09:58:19.278339+0530 LumifyIOS[58056:5630921] *** Terminating app due to uncaught exception 'OrgApacheXmlSerializerUtilsWrappedRuntimeException', reason: 'org.apache.xml.serializer.utils.WrappedRuntimeException: Could not load the propery file 'output_xml.properties' for output method 'xml' (check CLASSPATH)'
JavaCode
TransformerFactory transformerFactory = TransformerFactory.newInstance();
Transformer transformer = transformerFactory.newTransformer();
J2OBJC Code
JavaxXmlTransformTransformerFactory *transformerFactory = JavaxXmlTransformTransformerFactory_newInstance();
JavaxXmlTransformTransformer *transformer = [((JavaxXmlTransformTransformerFactory *) nil_chk(transformerFactory)) newTransformer];