mirror of
https://github.com/OAuthSwift/OAuthSwift.git
synced 2026-04-26 20:55:57 +03:00
[GH-ISSUE #262] OAuth1 is crashed (on self access) #153
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#153
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 @NightBlaze on GitHub (Aug 8, 2016).
Original GitHub issue: https://github.com/OAuthSwift/OAuthSwift/issues/262
I use OAuthSwift to connect to Upwork API https://developers.upwork.com
Trying to authenticate
And I get the crash

iOS 9.0
Upwork
0.6.0
@phimage commented on GitHub (Aug 8, 2016):
your oauthswift object is no more in memory I think ( self cannot be acceded)
keep it as variable of your class
N.B. maybe I can change unowned to weak for self
then document in readme or generated doc to not release OAuthSwift object