You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running ipsw extract -f on the Universal 14.6.1 IPSW file fails whilst extracting 090-91768-091.dmg with
failed to extract files from SystemOS 090-91768-091.dmg: failed to extract File System files from IPSW: failed to extract 23G93__MacOS/System/Library/Frameworks/AuthenticationServices.framework/Resources: symlink Versions/Current/Resources 23G93__MacOS/System/Library/Frameworks/AuthenticationServices.framework/Resources: file exists
What happened?
Running ipsw extract -f on the Universal 14.6.1 IPSW file fails whilst extracting
090-91768-091.dmg
withHow can we reproduce this?
Ran on MacOS Sonoma 14.6.1
sudo ipsw extract -f ./UniversalMac_14.6.1_23G93_Restore.ipsw --pattern '.*'
where
./UniversalMac_14.6.1_23G93_Restore.ipsw
is sourced from https://updates.cdn-apple.com/2024SummerFCS/fullrestores/062-52859/932E0A8F-6644-4759-82DA-F8FA8DEA806A/UniversalMac_14.6.1_23G93_Restore.ipswipsw version
Search
Code of Conduct
Additional context
The preferred behaviour would be to allow overwriting the file or skipping the file. The check would probably need to be added in utils/macos.go:
ipsw/internal/utils/macos.go
Lines 635 to 658 in 87806ca
The text was updated successfully, but these errors were encountered: