Hi,
i am trying to use paypal for iPhone in appcelerator.
i am add this line in tiapp.xml. <modules> <module version=”1.0”>ti.paypal</module> </modules>
i am getting this error.
Traceback (most recent call last): File "/Library/Application Support/Titanium/mobilesdk/osx/1.6.2/iphone/builder.py", line 1342, in <module> main(sys.argv) File "/Library/Application Support/Titanium/mobilesdk/osx/1.6.2/iphone/builder.py", line 473, in main ti = TiAppXML(tiapp_xml) File "/Library/Application Support/Titanium/mobilesdk/osx/1.6.2/iphone/../tiapp.py", line 50, in init self.dom = parseString(data.read().encode('utf-8')) File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/xml/dom/minidom.py", line 1928, in parseString return expatbuilder.parseString(string) File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/xml/dom/expatbuilder.py", line 940, in parseString return builder.parseString(string) File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/xml/dom/expatbuilder.py", line 223, in parseString parser.Parse(string, True) xml.parsers.expat.ExpatError: not well-formed (invalid token): line 20, column 17
Pls suggest the solution of this problem.
Your Answer
Think you can help? Login to answer this question!