-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
Unzip fail when zip contains chinese char on macOS 10.13 #7711
Comments
Looks like potentially an encoding issue |
I try change the encoding:
But the CocoaPods require 'utf-8'. :( |
Maybe replace
|
It works OK on macOS 10.13.3 (my machine), but fails on 10.13.4 (my colleague's machine) 😞 It seems that the system upgrade changed the default encoding behavior of the |
How to fix it now? |
Has anyone fix? |
I replace |
How to replace unzip ? Or other fix ? |
I resolve the problem by changing the 'source' because the chinese char is not important.
It works for me. Good luck! |
I hook the unzip function to ditto, it works. |
There hasn't been any activity on this issue recently. Due to the high number of incoming GitHub notifications, we have to clean some of the old issues, as many of them have already been resolved with the latest updates. |
|
There hasn't been any activity on this issue recently. Due to the high number of incoming GitHub notifications, we have to clean some of the old issues, as many of them have already been resolved with the latest updates. |
This seems like something we can fix. |
I am not sure that this issue still active in macOS 10.14. Because I keep the hook method in my project, and the all pods remove the Chinese path. |
There hasn't been any activity on this issue recently. Due to the high number of incoming GitHub notifications, we have to clean some of the old issues, as many of them have already been resolved with the latest updates. |
This issue will be auto-closed because there hasn't been any activity for a few months. Feel free to open a new one if you still experience this problem 👍 |
works for me thanks |
I have the macOS Catalina 10.15.2 and I still have this issue. The |
ditto worked great for me :) |
For future reference, when using ditto on multiple source directories, prefer |
I have a SDK, and there is a folder named
FaceDistortion_20171205雪天的雪人
in the zip. When I execpod install
, I got a error:I download the zip from Safari and can unzip it by system gui tool.
The CocoaPods is v1.5.0 and macOS is v10.13.
The text was updated successfully, but these errors were encountered: