-
-
Notifications
You must be signed in to change notification settings - Fork 6k
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
Add Swift version 4.1 to podspec #3608
Conversation
Codecov Report
@@ Coverage Diff @@
## 4.0.0 #3608 +/- ##
=======================================
Coverage 30.12% 30.12%
=======================================
Files 116 116
Lines 13220 13220
=======================================
Hits 3982 3982
Misses 9238 9238 Continue to review full report at Codecov.
|
Thanks. why should we add this? Some context: Swift 4.0 branch should be a refactor branch, however @jjatie and I had to take over projects in company, so we postpone the refactor. Currently, I'm thinking we will finish Xcode 10 update before the refactor. Which means maybe we will move to the latest Swift next month. Adding Swift 4.1 tag in pod might not be valid at that time. |
@liuxuan30 this's needed for CocoaPods to set correct Swift version in Pods project. In other case the default swift version will be set and workspace may not compile. |
4.1 is the current version and is supported in the Xcode 10 betas. I think we should do this. |
Just FYI, in my Podfile, I have the Charts pod pointed to the Podfile:
Error message:
|
@ApoorvKhatreja what CocoaPods version do you use? what version of Xcode? |
I have both Xcode 9.4.1 and the Xcode 10 GM installed. |
@ApoorvKhatreja please update CocoaPods to 1.4.* where |
No description provided.