mirror of
https://github.com/OAuthSwift/OAuthSwift.git
synced 2026-04-26 12:45:52 +03:00
[GH-ISSUE #310] Error Info: Type 'OAuthSwift' has no member 'sessionConfiguration' #188
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#188
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 @maundytime on GitHub (Nov 12, 2016).
Original GitHub issue: https://github.com/OAuthSwift/OAuthSwift/issues/310
Description:
build error in these code lines

#if os(iOS)
#if !OAUTH_APP_EXTENSIONS
UIApplication.shared.isNetworkActivityIndicatorVisible = OAuthSwift.sessionConfiguration.isNetworkActivityIndicatorVisible
#endif
#endif
Error Info: Type 'OAuthSwift' has no member 'sessionConfiguration'
OAuth Provider (Twitter, Github, ..):
Nothing
OAuth Version:
OS (Please fill the version) :
Installation method:
Library version:
Xcode version:
@phimage commented on GitHub (Nov 12, 2016):
my bad, has been renamed to
session. Will fix now. thx