Skip to content
This repository has been archived by the owner on Jan 10, 2024. It is now read-only.

Xcode 9 + Swift 4 Migration #144

Closed
nerdsupremacist opened this issue Oct 7, 2017 · 4 comments
Closed

Xcode 9 + Swift 4 Migration #144

nerdsupremacist opened this issue Oct 7, 2017 · 4 comments

Comments

@nerdsupremacist
Copy link
Member

nerdsupremacist commented Oct 7, 2017

We will need to think about migrating to Xcode 9 and Swift 4 pretty soon.

Big questions:

  • Which deps will we have to update ourselves?
  • Which should run in Swift 4 and which in the 3.2 compatibility mode?
  • How can we guide the pod script that creates the targets to configure the correct build settings for these projects and not bump them all blindly to Swift 4?
@tgymnich
Copy link
Member

tgymnich commented Oct 7, 2017

I think we can get rid of:

  • PZPullToRefresh (not only code outdated also ui design)
  • FoldingCell (replace with apple news like design)

@lukaskollmer
Copy link
Member

We'll need to update SWXMLHash to 4.0.0 to get around this issue

/Users/lukas/Developer/iOS/Pods/SWXMLHash.XMLIndexer:72:22: Invalid redeclaration of 'Element'

(Swift 4 added associatedtype Element to Sequence which clashes with an enum case in SWXMLHash)

@tgymnich
Copy link
Member

@mathiasquintero this can be closed right?

@nerdsupremacist
Copy link
Member Author

Oh yeah this can be closed

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

No branches or pull requests

3 participants