-
Notifications
You must be signed in to change notification settings - Fork 205
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
Swift4.2 support #264
Comments
APIKit is Swift 4 compatible, so should be compiled on Swift 4.2 compiler with Swift 4.0 language mode (compatibility mode). What are you suffering from? If you are using CocoaPods, you can use
|
@ikesyo
OK, I will try it. |
@usk2000 Because Swift 4 or later can use multiple language versions simultaneously per target basis, even if you use Swift 4.2 for your application target, there is no need to update APIKit to Swift 4.2 as well. |
Oh the podspec is already specifying Line 26 in dc4350d
|
I will try it. I seems to set this feature wrong. Thanks. |
Hi, there.
RunLoopMode
is remated toRunLoop.Mode
at Swift4.2In MultipartFormDataBodyParameters.swift:
I think these functions
should be
Thanks
The text was updated successfully, but these errors were encountered: