Closed benedict-lee closed 9 years ago
Please fill out the entire error report, namely why what happened is different from what you expected.
@segiddins Hi segiddins, Updated the error report.
It's hard to debug this without seeing the actual URIS that lead to the error.
You can test using the following URI that has the same uri pattern. http://search.maven.org/remotecontent?filepath=tomcat/apache-tomcat/5.5.23/apache-tomcat-5.5.23.distribution-zip
I think this issue related to the following PRs. https://github.com/CocoaPods/cocoapods-downloader/pull/40
The URL doesn't have a file extension and the resulted file doesn't either, so CocoaPods doesn't know what file type it is to extract. You can define that it's returning zip by specifying the type in your podspec as follows:
spec.source = { :http => 'myurl', :type => 'zip' }
@kylef Thanks. It's working :)
source uri in podspec
Report
from : 0.34.1 to : 0.35.0
Stack
Plugins
Podfile
Error