Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[TIMOB-10107]iOS: Handling Build error while accessing the multi lingual filename not in ascii format #2717

Merged
merged 2 commits into from Aug 14, 2012

Conversation

srahim
Copy link
Contributor

@srahim srahim commented Aug 11, 2012

Test case in JIRA

@WhichKatieDid
Copy link
Contributor

CR passed.

@WhichKatieDid
Copy link
Contributor

FR failed on simulator. My bad, that's the linking statement now.

Traceback (most recent call last):
  File "/Users/bhamon/Library/Application Support/Titanium/mobilesdk/osx/2.2.0.T10107/iphone/builder.py", line 1595, in <module>
    main(sys.argv)
  File "/Users/bhamon/Library/Application Support/Titanium/mobilesdk/osx/2.2.0.T10107/iphone/builder.py", line 593, in main
    compiler.compileProject(xcode_build,devicefamily,iphone_version)
  File "/Users/bhamon/Library/Application Support/Titanium/mobilesdk/osx/2.2.0.T10107/iphone/compiler.py", line 421, in compileProject
    softlink_for_simulator(self.project_dir,app_dir)
  File "/Users/bhamon/Library/Application Support/Titanium/mobilesdk/osx/2.2.0.T10107/iphone/compiler.py", line 179, in softlink_for_simulator
    softlink_resources(resources_dir,app_dir)
      File "/Users/bhamon/Library/Application Support/Titanium/mobilesdk/osx/2.2.0.T10107/iphone/compiler.py", line 157, in softlink_resources
    print "[DEBUG] linking: %s to %s" % (from_,to_)
  File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/codecs.py", line 351, in write
    data, consumed = self.encode(object, self.errors)
UnicodeDecodeError: 'ascii' codec can't decode byte 0xe7 in position 88: ordinal not in range(128)
Command /bin/sh failed with exit code 1

@srahim
Copy link
Contributor Author

srahim commented Aug 13, 2012

Mea Culpa. forgot to do the same thing for SIm builds. Updated . Ready for re-review.

@WhichKatieDid
Copy link
Contributor

CR and FR passed, device and sim. Merging.

WhichKatieDid added a commit that referenced this pull request Aug 14, 2012
[TIMOB-10107]iOS: Handling Build error while accessing the multi lingual filename not in ascii format
@WhichKatieDid WhichKatieDid merged commit bff80bc into tidev:master Aug 14, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants