huri000 / SwiftEntryKit

SwiftEntryKit is a presentation library for iOS. It can be used to easily display overlays within your iOS apps.
MIT License
6.63k stars 609 forks source link

Unable to install pod #92

Closed leopic closed 6 years ago

leopic commented 6 years ago

Describe the bug Cocoapods errors out when trying to install SwiftEntryKit.

To Reproduce Steps to reproduce the behavior:

  1. Run pod cache clean --all
  2. Run pod deintegrate
  3. Add pod 'SwiftEntryKit', '0.5.9' into the Podfile
  4. Run pod install
  5. See error

Expected behavior Pod would be installed without errors.

Screenshots None, but this is the output:

$: pod install
Analyzing dependencies
Fetching podspec for `Keys` from `Pods/CocoaPodsKeys`
[!] Unable to find a specification for `SwiftEntryKit (= 0.5.9)`

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:

source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '9.0'
use_frameworks!

inhibit_all_warnings!

target 'main' do
  pod 'Alamofire', '~> 4.5'
  pod 'wpxmlrpc'
  pod 'Kingfisher'
  pod 'SwiftyBeaver'
  pod 'Fabric'
  pod 'Crashlytics'
  pod 'Auth0', '~> 1.0'
  pod 'SimpleKeychain', '~> 0.7'
  pod 'SwiftyRSA'
  pod 'AWSIoT', '~>2.6.0'
  pod 'DRPLoadingSpinner'
  pod 'SwiftEntryKit', '0.5.9'
end

Thanks!

EDIT: I just updated cocoapods to 1.5.3, same behavior

huri000 commented 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.

leopic commented 6 years ago

Much appreciated @huri000

huri000 commented 6 years ago

@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.

huri000 commented 6 years ago

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.

leopic commented 6 years ago

@huri000 pod repo update didn't fix the issue for me, unfortunately, thank you for your time