mirror of
https://github.com/OAuthSwift/OAuthSwift.git
synced 2026-04-26 20:55:57 +03:00
[GH-ISSUE #669] Swift compiler errors - Xcode 13.0 beta 3 #433
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#433
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 @johnnysay on GitHub (Jul 23, 2021).
Original GitHub issue: https://github.com/OAuthSwift/OAuthSwift/issues/669
Description:
While building with Xcode 13.0 beta 3 I got many compiler errors:
These errors occur in code that contains one of those lines:
UIApplication.shared.open(url, options: [:], completionHandler: nil)UIApplication.shared.open(url)For example in Handoler/OAuthSwiftOpenURLExternally.swift line 28.
OS (Please fill the version) :
Installation method:
Library version:
Xcode version:
@phimage commented on GitHub (Jul 23, 2021):
I have never fixed such things but on one of my other project someone talk me about new annotation
@available(iOSApplicationExtension,https://github.com/phimage/CallbackURLKit/issues/31
@kkebo commented on GitHub (Jul 28, 2021):
In addition, according to https://developer.apple.com/documentation/xcode-release-notes/xcode-13-beta-release-notes,
@phimage Do you plan to add that annotation?
@phimage commented on GitHub (Jul 28, 2021):
PR are welcome