atlantis icon indicating copy to clipboard operation
atlantis copied to clipboard

In swift Testing, Atlantis Not work(exit before atlantis sending out)

Open dazuiba opened this issue 1 year ago • 1 comments

when using Atlantis with Swift Testing (https://developer.apple.com/documentation/testing/), Testing process exited before atlantis sending out data.

The reason is NetServiceBrowserDelegate.netServiceBrowserDidSearch not get called, before process exited.

dazuiba avatar Dec 04 '24 03:12 dazuiba

@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?

NghiaTranUIT avatar Jan 28 '25 02:01 NghiaTranUIT