mirror of
https://github.com/OAuthSwift/OAuthSwift.git
synced 2026-04-26 20:55:57 +03:00
[GH-ISSUE #409] Xcode 9 Swift 4.0 support #259
Labels
No labels
bug
cocoapod
duplicate
enhancement
feature-request
help wanted
help wanted
invalid
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/OAuthSwift#259
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @neoneye on GitHub (Sep 13, 2017).
Original GitHub issue: https://github.com/OAuthSwift/OAuthSwift/issues/409
Description:
Recently people have begun migrating their projects from Xcode8 to Xcode9 and from Swift3 to Swift4. OAuthSwift is an important component.
With Xcode9 and swift4 enabled, I'm getting errors like these:
Here Xcode wants
AnyHashableto be changed toString.Xcode also wants
OAuthSwiftDataEncodingto be changed from being internal to being public.OAuth Provider (Twitter, Github, ..):
none
OAuth Version:
OS (Please fill the version) :
Installation method:
Library version:
Xcode version:
9.0 (9A235) goldmaster (Swift 4.0)
8.0 (Swift 3.0)
8.0 (Swift 2.3)
7.3.1
objective c
@phimage commented on GitHub (Sep 16, 2017):
Hi, not released yet on cocoapod or tagged, but head code use swift 4 thanks to nighthawk
A swift 3 branch is also created