The accuracy and speed of Enterprise and/or Prime scans can be enhanced by using Xcode’s UI Tests for dynamic analysis. In order to leverage this feature, complete the following steps to activate Xcode UI Tests for Data Theorem’s Enterprise or Prime scans.
Step-by-step guide
- In Xcode, activate your UI testing scheme and then set the build target to 'Generic iOS Device'.
- Select Product -> Build For -> Testing.
- Alternatively, run ‘xcodebuild build-for-testing’ on the command line
- Open the 'Products' folder in the Xcode project navigator.
- Right-click <app name>.app, and select 'Show in Finder'
- Next to your app in Finder, there will be an app called ‘<app name>UITests-Runner.app.’
- Right-click, and click 'Show Package Contents'
- Navigate to the 'PlugIns' subfolder
- Copy the file titled <app name>UITests.xctest and send it to support@datatheorem.com
Related articles