mirror of
https://github.com/OAuthSwift/OAuthSwift.git
synced 2026-04-27 05:05:51 +03:00
[GH-ISSUE #333] Don't work with swift 2.3 #205
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#205
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 @PaulLafytskyi on GitHub (Feb 3, 2017).
Original GitHub issue: https://github.com/OAuthSwift/OAuthSwift/issues/333
Description:
OAuth Provider (Twitter, Github, ..):
OAuth Version:
OS (Please fill the version) :
Installation method:
Library version:
Xcode version:
8.0 (Swift 3.0)
8.0 (Swift 2.3)
7.3.1
other: (Please fill in the version you are using.)
objective c
@PaulLafytskyi commented on GitHub (Feb 3, 2017):
The same story if we try to use it like a Swift framework as in description.
@phimage commented on GitHub (Feb 3, 2017):
Have you set the 2.3 branch in your podfile?
Issue description say 'head' version, not 0.6
@PaulLafytskyi commented on GitHub (Feb 3, 2017):
Oh, my bad. I missed it.
@DebanjanChakrabortyCN commented on GitHub (Jun 23, 2017):
I'm facing the same issue.
Below is my podfile excerpt.
The project is being run in xcode 7.3, swift 2.3.
After downloading, build gives me an entire list of errors
target 'TestApp' do
Comment the next line if you're not using Swift and don't want to use dynamic frameworks
use_frameworks!
Pods for TestApp
end
@phimage commented on GitHub (Jun 23, 2017):
@DebanjanChakrabortyCN
same issue so, read the answer...
@PaulLafytskyi commented on GitHub (Jun 23, 2017):
@DebanjanChakrabortyCN Select the branch with your swift version.
For swift 2.3 try next.