johnno1962 / injectionforxcode

Runtime Code Injection for Objective-C & Swift
MIT License
6.55k stars 565 forks source link

Dosen't support the directory or project name which contain chinese character. #214

Closed GrayLand119 closed 7 years ago

GrayLand119 commented 7 years ago

When I injection the project contain chinese character, i got this error description in log : ".../ïÄÉðÚÎî„ÐŁ•Ñ/ïÄÉðÚÎî„ÐŁ•Ñ/Classes/...:9:9: fatal error: 'xxxxx.h' file not found. but the directory was exist.

OK... I changed my project's name and directory to english to solve this issue.