Closed 99848873 closed 4 years ago
@99848873 I also encountered the same issue. Do you have a solution?
Created a pull request to solve this issue
This issue has become stale, the required information has not been provided and it is been marked for closure in the next 5 days
"/Users/zhoujinyu/Documents/QQCode/mod_project_test/pbxproj/openstep_parser/openstep_parser.py", line 148, in _parse_literal key += str[index] UnicodeDecodeError: 'ascii' codec can't decode byte 0xe4 in position 0: ordinal not in range(128)
when i try to parse a pbxproj file, i got this issue
I find the caseu ,because there are chinese in my file. but i don't know how to fix it.