mirror of
https://github.com/ProxymanApp/atlantis.git
synced 2026-04-26 08:26:04 +03:00
[GH-ISSUE #32] Fatal error: Could not get data from _swizzleURLSessionDataTaskDidReceiveResponseForIOS13AndLater. It might causes due to the latest iOS changes. Please contact the author!: file Atlantis/NetworkInjector+URLSession.swift, line 82 #26
Labels
No labels
Done
Done
Windows
bug
bug
bug
enhancement
enhancement
enhancement
good first issue
hacktoberfest
pull-request
wontfix
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/atlantis#26
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 @spnkr on GitHub (Nov 5, 2020).
Original GitHub issue: https://github.com/ProxymanApp/atlantis/issues/32
Originally assigned to: @NghiaTranUIT on GitHub.
getting
Fatal error: Could not get data from _swizzleURLSessionDataTaskDidReceiveResponseForIOS13AndLater. It might causes due to the latest iOS changes. Please contact the author!: file Atlantis/NetworkInjector+URLSession.swift, line 82caused by the assertion on line 82 of
NetworkInjector+URLSession.swift--taskis not aURLSessionDataTask, it's just aURLSessionTask.lldb debug info on
task/`me.value(forKey: "task"):here's the
responseobject that triggered thisiOS 14.1 on device, built targeting iOS 13.2, xcode 12.1
@NghiaTranUIT commented on GitHub (Nov 5, 2020):
Thanks for the debug bug report. I'm on it now 👍 😄
@NghiaTranUIT commented on GitHub (Nov 5, 2020):
Just wondering, what iOS version are you using? 🤔. I see 👍@NghiaTranUIT commented on GitHub (Nov 5, 2020):
Please check out the release 1.3.0 (https://github.com/ProxymanApp/atlantis/releases/tag/1.3.0). It should fix your issue 👍
Thank you in advance 😄