Corbin Montague
Corbin Montague
The README says SPM is supported, but when I attempt to pull in SKPhotoBrowser as a swift package from the git url I receive this error:
**libPhoneNumberiOS version:** 1.0.0 **Steps to Reproduce:** 1. Build the libPhoneNumberiOS framework using Carthage (version 0.35.0) with Xcode 12 Beta 5 Command Line Tools installed: `carthage bootstrap --cache-builds --platform iOS`. 2....
*Please do not include your API `secret` or `public_key` in any issue.* --- ### A detailed description of the steps to reproduce the issue 1. Make sure a redirect URI...
There is a bug where attempting to use [SwiftUI's native dismiss environment value](https://developer.apple.com/documentation/swiftui/environmentvalues/dismiss) does not work from a fullscreen modal presented with navigation: `foo.presentCover(Screen.modalView, withNavigation: true)`. This bug is present...