Closed leopic closed 6 years ago
Hi @leopic, Thanks for the elaborated description. Really weird issue. I'll try to reproduce this over the weekend and keep you posted.
Much appreciated @huri000
@leopic, Unfortunately, I cannot reproduce this issue you have been experiencing. Tried it on my machine and one other as well.
I've read that on some occasions pod repo update
does the trick. But, that should work as the same using a simple cache clean as you described.
It is worth to give it a shot I say. Let me know if pod repo update
works for you.
It seems the scenario cannot be reproduced (by me and other installers). Please let me know if my previous suggestion worked for you. Anyway, I'm not convinced it is a SwiftEntryKit issue, more like a CocoaPods issue. Therefore, I'm closing it for now.
@huri000 pod repo update
didn't fix the issue for me, unfortunately, thank you for your time
Describe the bug Cocoapods errors out when trying to install SwiftEntryKit.
To Reproduce Steps to reproduce the behavior:
pod cache clean --all
pod deintegrate
pod 'SwiftEntryKit', '0.5.9'
into the Podfilepod install
Expected behavior Pod would be installed without errors.
Screenshots None, but this is the output:
iPhone (please complete the following information):
Additional context I tried adding the pod without a version, then also tried using a previous version, to no avail.
Podfile looks more or less like this:
Thanks!
EDIT: I just updated cocoapods to 1.5.3, same behavior