Error "No such module" iOS swift

Solution:

If you found that no such module then that module is not available in your app.So if you added that in cocoapods then update the cocoapod to install that or manually add that module to resolve the error..

Comments

Popular posts from this blog

Convert NsNumber, NSDate to String in iOS Swift

store cgpoint in userdefaults iOS swift