mirror of
https://github.com/ProxymanApp/atlantis.git
synced 2026-04-26 08:26:04 +03:00
[GH-ISSUE #170] Crash on Atlantis NetworkInjector class during Airplane Mode #103
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#103
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 @manusalinas-ust on GitHub (Jun 30, 2025).
Original GitHub issue: https://github.com/ProxymanApp/atlantis/issues/170
Originally assigned to: @NghiaTranUIT on GitHub.
Using Atlantis 1.28.0 framework and recommended setup on
AppDelegate.swift. A crash occurs following next steps using real devices:We can observe this crash on
NetworkInjectorclass extension@NghiaTranUIT commented on GitHub (Jul 1, 2025):
@manusalinas-ust Is this class
NRMAHexUploaderfrom a 3rd-party lib? If yes, what is it? 🤔I'd like to reproduce it in my end
@manusalinas-ust commented on GitHub (Jul 1, 2025):
Hello, @NghiaTranUIT We have NewRelic framework in the project.
NRMAHexUploader.mclass in coming from therethanks for quick answer.
When we don't initialize the Atlantis library and launch the app in ariplane mode the app is no crashing. When we initialize Atlantis and repeat the process. App got crashes
@NghiaTranUIT commented on GitHub (Jul 2, 2025):
@manusalinas-ust can you try this commit:
f15806af1271e7b01221767407c4235742a6bef2? In SPM, you can check out specific commit.Ref: https://github.com/ProxymanApp/atlantis/pull/171
@manusalinas-ust commented on GitHub (Jul 2, 2025):
Sure let me try. Thanks!
====== update ======
@NghiaTranUIT I tested the commit and fix branch and crash on Airplane mode is not happening anymore!
We appreciate quick solution so much.
We are looking forward for the next release where this fix is included to update the SPM repo
@NghiaTranUIT commented on GitHub (Jul 3, 2025):
Fixed with 1.29.0 (https://github.com/ProxymanApp/atlantis/releases/tag/1.29.0)
@manusalinas-ust commented on GitHub (Jul 3, 2025):
@NghiaTranUIT Thank you so much. We appreciate your quick effort on this. Updating package...