My client want a the danish letter ‘Ø’ in the appname. When I create a new Titanium project containing this letter in the name then the project cannot compile:
[INFO] Performing clean build
[ERROR]
[ERROR] Error: Traceback (most recent call last):
File "/Library/Application Support/Titanium/mobilesdk/osx/1.7.2/iphone/builder.py", line 1148, in main
execute_xcode("iphonesimulator%s" % link_version,["GCC_PREPROCESSOR_DEFINITIONS=__LOG__ID__=%s DEPLOYTYPE=development TI_DEVELOPMENT=1 DEBUG=1 TI_VERSION=%s %s" % (log_id,sdk_version,debugstr)],False)
File "/Library/Application Support/Titanium/mobilesdk/osx/1.7.2/iphone/builder.py", line 1066, in execute_xcode
output = run.run(args,False,False,o)
File "/Library/Application Support/Titanium/mobilesdk/osx/1.7.2/iphone/run.py", line 39, in run
sys.exit(rc)
SystemExit: 65
Is there an alternative way to set the app name? Preferable if I could use ascii letters in all filenames/dirnames, so it is easier to store in git.
Any ideas?
I wanted to ask this question on the Q&A forum on appcelerator, but the “Post Question” button doesn’t seem to work.
iPhone: For renaming your app name you can update info.plist.
Android: You have to add these lines in your tiapp.xml file. The label tag holds the app name.
Hope this helps.