Try to install old version in cocoapods but only the latest version installed error swift

Problem:

i had tried the following line in pods file for swiftlinkpreview. But it installs the latest version only..

    pod 'SwiftLinkPreview', '~> 2.0.4'



Solution:


    pod 'SwiftLinkPreview',' 2.0.4'



Try the above it will works..


Comments

Popular posts from this blog

store cgpoint in userdefaults iOS swift

libc++abi: terminating due to uncaught exception of type NSException iOS swift