Skip to content
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

CocoaPods: Files from Swiftx/Source/*.swift are not being downloaded #64

Open
AlexTanabe opened this issue Apr 5, 2017 · 1 comment

Comments

@AlexTanabe
Copy link

Hi,

Yesterday I created an issue regarding the update of the PodSpec of this project.
Thanks for your quick assistance!

Regarding that, today I added it to my Podfile. However, It seems that, even if the PodSpec specifies the Swiftx/Source/*.swift source files, they are note being downloaded to my machine and just the Carthage folder remains.

My Podfile:

platform :ios, '8.0'

target 'MYTARGET' do
  use_frameworks!

  pod 'Action'
  pod "Aspects"
  pod "AsyncSwift"
  pod 'CocoaLumberjack/Swift'
  pod 'Cartography'
  pod 'Curry'
  pod 'KeychainAccess'
  pod 'Kingfisher'
  pod 'Moya/RxSwift', '~> 8.0'
  pod 'NSDate-Escort'
  pod 'NSObject+Rx'
  pod 'R.swift'
  pod 'Runes'
  pod 'RxSwift', '~> 3.0'
  pod 'SegueManager/R.swift'
  pod 'SugarRecord', '~> 3.0'
  pod 'RxSugarRecord/Realm'
  pod 'Swiftx'
  pod 'SwiftyJSON'
  pod 'SwiftyUserDefaults'
  pod 'SWRevealViewController'
  pod 'Then', '~> 2.1'
  pod 'TTTAttributedLabel'
  pod 'Fabric'
  pod 'Crashlytics'

end

Thanks in advance!

@CodaFi
Copy link
Member

CodaFi commented Apr 5, 2017

I think you'll have better luck if you post this on CocoaPods' official repository. Our support for their build system is pretty much incidental at this point considering the Swift Package Manager and Carthage and I have never worked on a project that deployed with them at scale.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants