mirror of
https://github.com/OAuthSwift/OAuthSwift.git
synced 2026-04-26 12:45:52 +03:00
[GH-ISSUE #290] not fully compatible with swift 3 released #171
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#171
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 @tobatha on GitHub (Oct 11, 2016).
Original GitHub issue: https://github.com/OAuthSwift/OAuthSwift/issues/290
hi,
trying to add the lib via cocoapods, but it'll popup legacy swift version error, and Xcode forces me to upgrade syntax to swift 3
and then i copy all the source folder directly to my project, a lot of compile errors and adjustments need to be done, anyone has the same problem yet?
@tobatha commented on GitHub (Oct 11, 2016):
using carthage, and import the framework solved the problem.
@phimage commented on GitHub (Oct 11, 2016):
legacy swift version error, it's a local problem in your workspace
cocoapod and xcode do some dirty things
many times you must go to your Build settings target and choose the swift version
"Use legacy swift language version"
for 2.3 => Yes , for 3.0 => No