Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 684 Bytes

File metadata and controls

18 lines (13 loc) · 684 Bytes

In the last article I solved Package.resolved issue and was glad to assist many people. Recently, I encountered the same issue while updating another app.

This prompted me to devise a custom GitHub action for streamlined resolution..

Issue

Package.resolved file is corrupted or malformed; fix or delete the file

Usage

- name: Patch Xcode 15.3
  uses: 2sem/patch-package-resolved@v2

Article

Package.resolved file is corrupted or malformed; fix or delete the file