mirror of
https://github.com/ProxymanApp/atlantis.git
synced 2026-04-26 08:26:04 +03:00
[GH-ISSUE #156] In swift Testing, Atlantis Not work(exit before atlantis sending out) #96
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#96
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 @dazuiba on GitHub (Dec 4, 2024).
Original GitHub issue: https://github.com/ProxymanApp/atlantis/issues/156
when using Atlantis with Swift Testing (https://developer.apple.com/documentation/testing/), Testing process exited before atlantis sending out data.
The reason is
NetServiceBrowserDelegate.netServiceBrowserDidSearchnot get called, before process exited.@NghiaTranUIT commented on GitHub (Jan 28, 2025):
@dazuiba Atlantis doesn't built to run with a Testing framework, it should run with normal app (Launch iOS app on iOS Simulator or iOS devices). Therefore, you might encounter these issues.
May I ask why you need to run Atlantis on Apple Testing framework?