[TIMOB-421] Syntax error in main. File iphone/builder.py
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Medium |
Status | Closed |
Resolution | Invalid |
Resolution Date | 2011-04-15T02:29:04.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | iOS |
Labels | ios, iphone, sdk |
Reporter | mattiasgunneras (at gmail) |
Assignee | Reggie Seagraves |
Created | 2011-04-15T02:29:03.000+0000 |
Updated | 2017-03-09T21:18:14.000+0000 |
Description
I'm getting the following error when building my project on 0.9.1:
Traceback (most recent call last):
File "/Library/Application
Support/Titanium/mobilesdk/osx/0.9.1/iphone/builder.py", line 500,
in
main(sys.argv)
File "/Library/Application
Support/Titanium/mobilesdk/osx/0.9.1/iphone/builder.py", line 244,
in main
shutil.copy(s,)
TypeError: copy() takes exactly 2 arguments (1 given)
There seems to be a syntax error on line 244 in the mobilesdk source.
Since I haven't been seeing this issue recreated elsewhere, I'm assuming it's been since fixed or is a unique case.
Closing ticket as invalid.