problem in paypal PayPal & Titanium

You must Login before you can answer or comment on any questions.

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.

— asked 2 years ago by dinesh singh
2 Comments
  • Are you trying to add a line to tiapp.xml, or are you unable to create the app at all?

    — commented 2 years ago by Micah Alcorn

  • After adding the paypal module on titanium and add the module in tiapp.xml.

    I am unable to build the app. I am getting error.

    — commented 2 years ago by dinesh singh

Your Answer

Think you can help? Login to answer this question!