[GH-ISSUE #1382] [BUG] Crash on DataCompression due to Xcode 14 #1376

Open
opened 2026-03-03 19:50:58 +03:00 by kerem · 1 comment
Owner

Originally created by @NghiaTranUIT on GitHub (Oct 7, 2022).
Original GitHub issue: https://github.com/ProxymanApp/Proxyman/issues/1382

Description

We're using the old version of the DataCompression library, which doesn't support Xcode 14.

Thus, the app might crash when clicking on the request.

Accpetance Criteria

Originally created by @NghiaTranUIT on GitHub (Oct 7, 2022). Original GitHub issue: https://github.com/ProxymanApp/Proxyman/issues/1382 ## Description We're using the old version of the DataCompression library, which doesn't support Xcode 14. Thus, the app might crash when clicking on the request. ## Accpetance Criteria - Remove the old DataCompression.swift - Add new lib https://github.com/mw99/DataCompression - Use `return data.inflate()` to fix the missing `gunzipped` func in file `DataCompressionDecoder`
Author
Owner

@NghiaTranUIT commented on GitHub (Oct 14, 2022):

It's fixed when merging from the main (macOS) 👍

<!-- gh-comment-id:1278409249 --> @NghiaTranUIT commented on GitHub (Oct 14, 2022): It's fixed when merging from the main (macOS) 👍
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/Proxyman#1376
No description provided.