mirror of
https://github.com/OAuthSwift/OAuthSwift.git
synced 2026-04-26 12:45:52 +03:00
[GH-ISSUE #241] Crash in OAuthSwiftHTTPRequest.swift #138
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#138
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 @Ankish on GitHub (Jun 22, 2016).
Original GitHub issue: https://github.com/OAuthSwift/OAuthSwift/issues/241
OAuthSwiftHTTPRequest.swift OAuthSwiftHTTPRequest.(start(OAuthSwiftHTTPRequest) -> () -> ()).(closure #1).(closure #1)
It generally happens at app launch . Seen from the logs. PFA the log
OAuthCrash.pdf
@phimage commented on GitHub (Jul 7, 2016):
trying to investigate
maybe an issue with dispatch module
try to add
import Dispatchin your 'AppDelegate.swift'Where you use OAuthSwift in an
UIApplicationDelegatemethod? crash showAppDelegate.swift:20Maybe too soon so a task or a dispatch could used to postpone the use of OAuthSwift
@phimage commented on GitHub (Jul 23, 2016):
I close because no response for 15 days. Feel free to respond anyway. I can reopen this issue