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
Post a Comment