Skip to main content
All CollectionsKnowledge BaseiOS
Missing required module in the Xcode Test for iOS step
Missing required module in the Xcode Test for iOS step
Updated over a week ago

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.

Did this answer your question?