Skip to content

Instantly share code, notes, and snippets.

@shad
Created November 15, 2011 16:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shad/1367540 to your computer and use it in GitHub Desktop.
Save shad/1367540 to your computer and use it in GitHub Desktop.
builder.py error
$~/Library/Application\ Support/Titanium/mobilesdk/osx/1.7.5/iphone/builder.py simulator "4.2" "." <MY-APP-ID> "My Cool App" iphone
...lines ommitted...
[INFO] Performing clean build
[ERROR] Error: Traceback (most recent call last):
File "/Users/shad/Library/Application Support/Titanium/mobilesdk/osx/1.7.5/iphone/builder.py", line 1093, in main
recompile = copy_tiapp_properties(project_dir)
File "/Users/shad/Library/Application Support/Titanium/mobilesdk/osx/1.7.5/iphone/builder.py", line 408, in copy_tiapp_properties
shutil.copy(os.path.join(project_dir, 'tiapp.xml'), assets_tiappxml)
File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/shutil.py", line 88, in copy
copyfile(src, dst)
File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/shutil.py", line 52, in copyfile
fsrc = open(src, 'rb')
IOError: [Errno 2] No such file or directory: u'./tiapp.xml'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment