Eureka: What's the timeline for the next release that supports Xcode 9 ?

Created on 22 Sep 2017  路  10Comments  路  Source: xmartlabs/Eureka

Our pod depends on Eurake, and pod dependencies do not support specifying branches.

Most helpful comment

Put the following in your Podfile:

pod 'Eureka', :git => 'https://github.com/xmartlabs/Eureka.git', :branch => 'feature/Xcode9-Swift3_2'

All 10 comments

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

Was this page helpful?
0 / 5 - 0 ratings

Related issues

s1rc picture s1rc  路  3Comments

smileatom picture smileatom  路  3Comments

zoul picture zoul  路  3Comments

pteasima picture pteasima  路  3Comments

Tomas1405 picture Tomas1405  路  3Comments