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

Invalid bundle error while upload the app to the app Store

Saved Image in document directory and save path in coredata not able to fetch the image file iOS swift