I have integrated submodule in my swift project and that submodule was earlier using Carthage. Now I moved from Carthage to Cocoapods. But now whenever I am referring ANY pod mentioned in main project or submodule, its throwing below error.
No such module 'POD_NAME'
Earlier the same error was shown for the submodule, but I added $(SRCROOT) in my Framework Search Paths and that error is replaced by the above one.