Issue:
While running tests with the Xcode Test for iOS Step, you got the following error:
missing required module 'SDWebImage'
Possible solutions:
You have to provide the missing value to run test with Xcode Test for iOS Step. This Step can only take care of any project dependencies, for example, Swift Package Manager, if the input is populated.
In the Debug section of the Xcode Test for iOS Step, add the
-resolvePackageDependencies
value to the Additional options for `xcodebuild build test` call input field.