mirror of
https://github.com/ProxymanApp/Proxyman.git
synced 2026-04-26 08:35:53 +03:00
[GH-ISSUE #1125] 3.0.0 on High Sierra crashes upon opening: DYLD, [0x1] Library missing #1120
Labels
No labels
Discussion
Feature request
In Progress...
Plugins
Waiting response
Windows
Windows
bug
duplicate
enhancement
feature
good first issue
iOS
macOS 10.11
question
wontfix
✅ Done
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Proxyman#1120
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @RealLintBoy on GitHub (Jan 26, 2022).
Original GitHub issue: https://github.com/ProxymanApp/Proxyman/issues/1125
Originally assigned to: @NghiaTranUIT on GitHub.
Process: Proxyman [74160]
Path: /Applications/Proxyman.app/Contents/MacOS/Proxyman
Identifier: com.proxyman.NSProxy
Version: 3.0.0 (30000)
Code Type: X86-64 (Native)
Parent Process: ??? [1]
Responsible: Proxyman [74160]
User ID: 501
Date/Time: 2022-01-26 11:49:16.499 -0500
OS Version: Mac OS X 10.13.6 (17G14042)
Report Version: 12
Anonymous UUID: 16F4C8EF-E87A-1316-6B50-6390333F57BB
Time Awake Since Boot: 1500000 seconds
System Integrity Protection: disabled
Crashed Thread: 0
Exception Type: EXC_CRASH (SIGABRT)
Exception Codes: 0x0000000000000000, 0x0000000000000000
Exception Note: EXC_CORPSE_NOTIFY
Termination Reason: DYLD, [0x1] Library missing
Application Specific Information:
dyld: launch, loading dependent libraries
Dyld Error Message:
Library not loaded: /usr/lib/swift/libswiftCore.dylib
Referenced from: /Applications/Proxyman.app/Contents/Frameworks/libswift_Concurrency.dylib
Reason: image not found
@NghiaTranUIT commented on GitHub (Jan 27, 2022):
Hey @RealLintBoy Any chance to use the old build, such as 2.33.0 (You can download it at https://download.proxyman.io/23300/Proxyman_2.33.0.dmg)?
I'm not sure why the
libswift_Concurrencyis absent on High Sierra 🤔 ? and what High Sierra version are you using (is it 10.13.6)?@RealLintBoy commented on GitHub (Jan 27, 2022):
Hey @NghiaTranUIT Yes, I'm on 10.13.6. I restored 2.35.4 from backup and can use that for the time being. Thanks!
@NghiaTranUIT commented on GitHub (Jan 28, 2022):
From what I observe, the difference between the build 2.35.4 and 3.0.0 is:
I'm not sure if built on macOS 12.1 has changed something that cause the crash on 10.13.6 🤔
@NghiaTranUIT commented on GitHub (Mar 1, 2022):
It's a known issue from Xcode (https://forums.swift.org/t/swift-concurrency-back-deploy-issue/53917/26)