Open CoderNaveen opened 7 years ago
thanks for your report. I'll check it later.
I am also facing same issue with cocoapods. Error- [!] There are only pre-release versions available satisfying the following requirements:
'Alamofire-SwiftyXMLParser', '>= 0'
Any help how to solve this issue.
I too got the same issues
use that!
pod "Alamofire-SwiftyXMLParser", "~> 1.0.0-alpha1"
Was running to the the same issue with 'only pre-release versions' available... tried your suggestion above pod "Alamofire-SwiftyXMLParser", "~> 1.0.0-alpha1"
but now pod install
gives an error that Alamofire 3.3.1 is required, which is quite old and we are using ~> 4.7. Do you have an update for a higher version of your library that will work with Alamofire 4.x or greater?
Is there any updated version of Alamofire-SwiftyXMLParser that can be used for alamofire 5.0. Do reply if available
Current working pod config for me.
pod "SwiftyXMLParser",'~> 1.0'
pod "Alamofire-SwiftyXMLParser", "~> 1.0.0-alpha1"
pod 'Alamofire-SwiftyXMLParser'
Error- [!] There are only pre-release versions available satisfying the following requirements: