atlantis
atlantis copied to clipboard
In swift Testing, Atlantis Not work(exit before atlantis sending out)
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 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?