-
-
Notifications
You must be signed in to change notification settings - Fork 169
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
ipsw download ipa
windows: access is denied
#623
Comments
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days. |
I think this might be to me being too strict when creating folder with 0o750 perms? I think I'll open them up in a test branch if you wouldn't mind testing? |
does it work if you don't run in Temp? or download to Temp? |
well im running it in desktop folder but the file downloads to temp |
I wonder if related to this? https://stackoverflow.com/questions/41365318/access-is-denied-when-renaming-folder |
i dont think its the same issue as that because youre not renaming a folder but a file. i dont really know golang too well but ill try see if i can fix it for myself. i had a bit of success with avoiding using the same file name ( mikeo@ce60db6 ) but im really new to ipsw and the apple ecosystem and i couldnt get the ipa to actually run i asked around and someone said its because os.rename is not atomic on non-unix platforms, and to quote:
it is not an urgent issue since windows users can and should use WSL anyway |
What happened?
cant download any ipa from the appstore
(of course its in temp folder tho but idk if its completed everything it needs to do
like apply patches idk)
works on wsl but just doesnt work on windows : (
i lowkey tried to fix it myself but i am stupid
probably more of an issue of renaming the .download file to replace the ipa file
cuz i tried having a completely different output file and it doesnt have the same issue
How can we reproduce this?
ipsw download ipa --search youtube
windows
ipsw version
Search
Code of Conduct
Additional context
No response
The text was updated successfully, but these errors were encountered: