Our pod depends on Eurake, and pod dependencies do not support specifying branches.
This is a serious issue. We use over 30 different pods, Xcode 9 beta has been out for almost 4 months and the release candidate for nearly a month. Absolutely no reason why this is still lagging behind.
Put the following in your Podfile:
pod 'Eureka', :git => 'https://github.com/xmartlabs/Eureka.git', :branch => 'feature/Xcode9-Swift3_2'
@barteljan podspec does not support that
@zhuhuihuihui I know its not ideal, but the consumers of your pod/framework will need to add a line item for Eureka like @barteljan has proposed in their app's Podfile. I've had to do this in the past to solve a similar issue with a different pod. Its ugly, but does work.
@davros1970
I manually dragged the files into my projects, however this still doesn't answer the question: "What is the timeline" Xcode 9 has been officially released by apple via the App Store and stopped offering the download at developer.apple.com
@EliteTechnicalCare I want to know that It's is work now?
Just think this of my conversation with @dnkoutso from CocoaPods might be helpful for people here, https://github.com/CocoaPods/CocoaPods/issues/7055
1.4.0.beta.1 of cocoapods was released yesterday including an update to Xcodeproj. Keep in mind this is still a beta and there might be some issues remaining.
I saw that 4.0.0 release has been created for Eureka but I can only assume that this hasn't yet been pushed to the cocoapods master repo as pod update Eureka will not pull in 4.0.0 release.
It was already pushed to cocoapods. Check it out https://cocoapods.org/pods/Eureka
Most helpful comment
Put the following in your Podfile: