-
Notifications
You must be signed in to change notification settings - Fork 72
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pod::Downloader::Http::UnsupportedFileTypeError - Unsupported file type: tgz #25
Comments
Quick fix def filename_with_type(type = :zip)
case type
when :zip
'file.zip'
when 'tgz'
'file.tgz'
when 'tar'
'file.tar'
when 'tbz'
'file.tbz'
when 'txz'
'file.txz'
else
raise UnsupportedFileTypeError, "Unsupported file type: #{type}"
end
end and same in extract_with_type method |
@alloy @alexsandra84 Way to go. I guess it will be fixed quickly so. |
I dont like intermingling the strings and symbols. It should be one or the other. |
@segiddins I agree on that. |
@segiddins definitely, and that should be fixed in cocoapods-core. However some leniency never hurts. |
0.6.1 release is out, update with: |
You could to add on the core project a dependency to this new version. 2014-05-20 19:25 GMT+02:00 Eloy Durán [email protected]:
|
@thedamfr Only if we would release a new Core version, but we’re not going to do that for this. The whole idea of having separate gems is that we can update individual ones. |
@irrationalfab This is what I meant. This morning I need to specify cocoapods-downloader's version. It seems that the version of Cocoapods I had didn't require as a dependency that Cocoapods-downloader to be on 0.6.1
|
$ pod install
Analyzing dependencies
Downloading dependencies
Using AAPullToRefresh (1.0.2)
Using AFNetworking (1.3.4)
Using AFOAuth1Client (0.2.2)
Using APPhotolibrary (0.0.2)
Using Appirater (2.0.2)
Using AviarySDK (3.3.11)
Installing Calabash (0.9.168)
[!] Error installing Calabash
Report
Ran 'pod install' with calabash as a dependency
Expected the pods to install
An error
Stack
Podfile
Error
The text was updated successfully, but these errors were encountered: