I'm using Material framework under Swift 3.1 (Xcode 8.x), but now under Swift 4 (Xcode 9) it is not able to compile... are there any plans to convert to Swift 4?
Asked
Active
Viewed 428 times
-2
-
4This belongs to the GitHub Issues of Material. – Tamás Sengel Sep 26 '17 at 14:49
-
2You don't need it in Swift 4. You can use Swift 3.2 frameworks in Xcode 9 while your code is in Swift 4. This is not an issue. – Eric Aya Sep 26 '17 at 14:50
-
@Moritz that was a good hint thx! BTW: You're right.. i expect a Yes or no. So i can decide if i do it by myself or i can wait for it ;) – aofs Sep 26 '17 at 14:53
-
What is "Material"? Do you mean "a material framework" (material as in [Material Design](https://en.wikipedia.org/wiki/Material_Design))? – Peter Mortensen Sep 26 '17 at 19:24
-
2@Peter Mortensen: It's a framework of cosmicmind for iOS – aofs Sep 27 '17 at 14:50
1 Answers
3
As of Material 2.10.3 - The master branch supports Swift 4 :) All the best!

CosmicMind
- 1,499
- 1
- 10
- 6
-
1While this link may answer the question... just kidding, this *is* the perfect answer for this question. – Tamás Sengel Sep 27 '17 at 06:25