hi, i cannot run my project into iOS simulator after upgrading a titanium mobile SDK.. here's my error code :
[ERROR] Error: Traceback (most recent call last): File "/Library/Application Support/Titanium/mobilesdk/osx/2.1.0.GA/iphone/builder.py", line 971, in main project.create(template_dir,iphone_dir) File "/Library/Application Support/Titanium/mobilesdk/osx/2.1.0.GA/iphone/projector.py", line 165, in create self.copy_module_resources(from_,to_) File "/Library/Application Support/Titanium/mobilesdk/osx/2.1.0.GA/iphone/projector.py", line 118, in copy_module_resources processed = self.process_file(from_,to_) File "/Library/Application Support/Titanium/mobilesdk/osx/2.1.0.GA/iphone/projector.py", line 61, in process_file content = codecs.open(source,'r','utf-8','replace').read() File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/codecs.py", line 666, in read return self.reader.read(size) File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/codecs.py", line 466, in read newdata = self.stream.read() IOError: [Errno 5] Input/output error
anyone know how to fix this?? thanks in advance..
1 Answer
Accepted Answer
Try a clean build and check that the new sdk is selected in TiApp.xml.
If still fails, tell us which versions of xCode, simulator, iOS, Titanium Studio and Titanium sdk are you using.
Your Answer
Think you can help? Login to answer this question!