[TIMOB-3463] Can't have a "é" in my app name...
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Low |
Status | Closed |
Resolution | Duplicate |
Resolution Date | 2016-08-19T21:27:53.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | iOS |
Labels | n/a |
Reporter | Ivan Mathy |
Assignee | Ingo Muschenetz |
Created | 2011-04-15T03:45:30.000+0000 |
Updated | 2017-03-16T21:35:43.000+0000 |
Description
Any compile is ok,but when my app's name contains "é", there is an error:
Install Error
Error: Traceback (most recent call last): File "/Library/Application Support/Titanium/mobilesdk/osx/1.6.1/iphone/builder.py", line 850, in main
os.system("/usr/bin/plutil -convert binary1 \"%s\"" % app_stylesheet)
UnicodeEncodeError: 'ascii' codec can't encode character u'\u0301' in position 69: ordinal not in range(128)
How can I fix that?
Thanks;
Ivan.
Dupe of TIMOB-3462
Closing ticket as duplicate.