mirror of
https://github.com/ProxymanApp/atlantis.git
synced 2026-04-26 08:26:04 +03:00
[GH-ISSUE #33] Assertion failure in _swizzleURLSessionDataTaskDidReceiveResponseForIOS13AndLater #28
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#28
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 @advantis on GitHub (Nov 5, 2020).
Original GitHub issue: https://github.com/ProxymanApp/atlantis/issues/33
Originally assigned to: @NghiaTranUIT on GitHub.
Version: 1.2.0 (
d918263) integrated using SPM.Device: Simulator running iOS 13.0.
This happens in
NetworkInjector+URLSession.swift:82, due to a failed safe-check in this line:The response URL is starting with
https://app-measurement.com/config/app/.... So most likely, this is a request sent by Firebase SDK (namely Firebase Remote Config feature).Some LLDB info:
po me.value(forKey: "task") as? URLSessionDataTask
po type(of: me.value(forKey: "task")!)
po dump(me.value(forKey: "task")!)
p me.value(forKey: "task")!
@NghiaTranUIT commented on GitHub (Nov 5, 2020):
Thank. It's related with #32. I'm fixing it now 👍
@advantis commented on GitHub (Nov 5, 2020):
Right. Excuse me for the duplicate then. I searched for the existing issue before hitting that "New issue" button but looks like we reported almost simultaneously. Please feel free to close this to avoid duplicates, and please let me know in case you need any additional info.
@NghiaTranUIT commented on GitHub (Nov 5, 2020):
@advantis it's done with Atlantis 1.3.0 (https://github.com/ProxymanApp/atlantis/releases/tag/1.3.0).
Please update your pod 😍
@NghiaTranUIT commented on GitHub (Nov 5, 2020):
Please let me know if it works for you 👍
@advantis commented on GitHub (Nov 5, 2020):
Yep, everything works great, thank you!