How to fix “No Such Module” error of Xcode
“No such module” using XcodeThis error is to show user that library or SDK which is added in your project is not getting linked properly. There is some issue so look into that linking issue and solve it. Error throw where that Library or SDK is imported. For example if i have imported AFNetworking SDK and it has linking errors that where i will import … Read more