Titanium Community Questions & Answer Archive

We felt that 6+ years of knowledge should not die so this is the Titanium Community Questions & Answer Archive

I can't launch the mobile application for emulator

First of all, sorry for my english.

I have some problems to launch the emulator for iphone:

  1. When I create a new project like the tutorial explain, if i click in Launch it show me the next code:
Traceback (most recent call last):
File "/Library/Application Support/Titanium/mobilesdk/osx/1.2.0/iphone/builder.py", line 678, in <module>
main(sys.argv)
File "/Library/Application Support/Titanium/mobilesdk/osx/1.2.0/iphone/builder.py", line 307, in main
main_dest.write(main_template.encode("utf-8"))
File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/codecs.py", line 686, in write
return self.writer.write(data)
File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/codecs.py", line 351, in write
data, consumed = self.encode(object, self.errors)
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 576: ordinal not in range(128)

And the launch stops.

  1. When I import the project KitchenSink and i tried to launch the emulator, it show me the next code:
[INFO] One moment, building ...
[INFO] Titanium SDK version: 1.3.0
[INFO] iPhone Device family: iphone
[INFO] iPhone SDK version: 3.2
[INFO] Executing XCode build...
[INFO] Executing XCode Compiler [toggle output]
[INFO] Compile completed in 45.291 seconds
[ERROR] Build Failed. Please see output for more details

What could i have wrong for this errors?

Thanks for your replies and sorry for my english another time

Regards,
Héctor

— asked June 24th 2010 by Héctor Serrano Zafra
  • errors
  • launch
  • mobile
  • titanium
0 Comments

1 Answer

  • I solved the first problem, it is because i push a rare character.

    Now when I launch my project or when I launch KitchenSink it put the same error:

    [ERROR] Build Failed. Please see output for more details

    Nobody knows how i can solve it?

    Regards,
    Héctor

    — answered June 24th 2010 by Héctor Serrano Zafra
    permalink
    1 Comment
    • Please post some character which are not accepted by android because i m having the same problem .

      — commented September 1st 2011 by Anandhakumar Palanisamy
The ownership of individual contributions to this community generated content is retained by the authors of their contributions.
All trademarks remain the property of the respective owner.