No Such Module - Download and Running a Project

I got a project from a friend but after downloading and running it. I get an error saying “no such module xyz”. I wrote xyz because there are almost 4 import modules at the top and all throw same error.

I have tried to pod install and pod update as my friend recommended. But yet I get the same error, even running clean build folder.

Here is the screenshot

When you performed the pod update did you get any errors during that process?

amm… No.
both pod install and pod update was a success.

Make sure that you open the project from the ProjectName.xcworkspace file rather than Projectname.xcodeproj.

1 Like

worked… thank you!!!