After upgrading my project format to Xcode 16.3 I’m getting the following error when running XCFolder on it:
Error: typeMismatch(Swift.String, Swift.DecodingError.Context(codingPath: [CodingKeys(stringValue: "objects", intValue: nil), _DictionaryCodingKey(stringValue: "8639DC8B20C17EAA00AEF68E", intValue: nil), CodingKeys(stringValue: "shellScript", intValue: nil)], debugDescription: "Expected to decode String but found an array instead.", underlyingError: nil))
Changing the project format to 16.0 fixes the issue.