Closed nighthawk closed 2 years ago
😎 For the impatient.
.package(url: "https://github.com/maparoni/Zip.git", .revisionItem("059e7346082d02de16220cd79df7db18ddeba8c3")),
Note that this error will only occur on mac or macCatalyst targets.
Came here to submit the same patch. thanks @nighthawk.
Also came here to submit a patch
😎 For the impatient.
.package(url: "https://github.com/maparoni/Zip.git", .revisionItem("059e7346082d02de16220cd79df7db18ddeba8c3")),
Note that this error will only occur on mac or macCatalyst targets.
how to do that in Podfile
? Looks like Podfile
doesn't support :revision
type something.
pod 'Zip', :git => 'https://github.com/marmelroy/Zip', :revision => '059e7346082d02de16220cd79df7db18ddeba8c3'
pod 'Zip', :git => 'https://github.com/marmelroy/Zip', :commit => '059e7346082d02de16220cd79df7db18ddeba8c3'
None of these work.
@hamza72x
You can try this ⬇️
https://guides.cocoapods.org/using/the-podfile.html
Use maparoni's fork repo. Not the original repo. 😄
@hamza72x
You can try this ⬇️
https://guides.cocoapods.org/using/the-podfile.html
Use maparoni's fork repo. Not the original repo. 😄
marmelroy
and maparoni
looked similar, my bad. I forked maparoni
's repo. Thank you.
Thanks @nighthawk @hamza72x @CognitiveDisson and @C4Framework and sorry for the delay with getting this fix in. I am looking for additional collaborators to help maintain Zip to prevent such long delays. Please let me know if any of you are interested.
The line
free(buffer)
doesn't compile in Xcode 13 RC in my local testing, as buffer is an optional. I've added a guard statement for this, and also one forinput
, just in case.