How to check if any app is installed during XCTest? – Ios swift
I need to check if an app with a particular bundleIdentifier is installed on the active device or Simulator and I need to do this from an XC UI test. I've tried doing: import XCTest class ServerLoop: XCTestCase { func…