mirror of
https://github.com/OAuthSwift/OAuthSwift.git
synced 2026-04-26 12:45:52 +03:00
[GH-ISSUE #412] Cann't use this framework with Xcode 9 & swift 4 #262
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#262
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 @BBHNation on GitHub (Sep 27, 2017).
Original GitHub issue: https://github.com/OAuthSwift/OAuthSwift/issues/412
Description:
When I use the old project created by Xcode 8 & swift 3, it works with the new Xcode 9 & swift 4.
But when I create a new project with Xcode 9 & swift 4 & the same .swift file, the code won't call back and the APP just show web content.
OAuth Provider (Twitter, Github, ..):
Github
OAuth Version:
OS (Please fill the version) :
Installation method:
Library version:
Xcode version:
9.0 (Swift 4.0)
8.0 (Swift 3.0)
8.0 (Swift 2.3)
7.3.1
other: (Please fill in the version you are using.)
objective c
@phimage commented on GitHub (Sep 27, 2017):
Installation method?
@BBHNation commented on GitHub (Sep 27, 2017):
install with CocoaPods
@phimage commented on GitHub (Sep 27, 2017):
your url
authorizeURLHandleris?then did you configure the project correctly, see readme to add scheme
https://github.com/OAuthSwift/OAuthSwift#setting-url-schemes
@BBHNation commented on GitHub (Sep 28, 2017):
It's my bad, I didn't follow the steps one by one while I was creating the new project. I ignored to add scheme and the code in AppDelegate.swift .
Thank you so much for your reply!
@BBHNation commented on GitHub (Sep 28, 2017):
Anyway, this issue shows OAuthSwift can be used with Xcode 9 & Swift 4