We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Running unit tests ⌘U will crash if the app was run ⌘R on the device previously. To work around this delete the app and then run unit tests.
⌘U
⌘R
The problem seems to be caused by application(_:configurationForConnecting:options:) not always getting called at launch.
application(_:configurationForConnecting:options:)
The text was updated successfully, but these errors were encountered:
I have submitted feedback to Apple to learn more about this.
Sorry, something went wrong.
Closing this issue for now. Please reference project README to workaround this issue.
timrozum
No branches or pull requests
Running unit tests
⌘U
will crash if the app was run⌘R
on the device previously. To work around this delete the app and then run unit tests.The problem seems to be caused by
application(_:configurationForConnecting:options:)
not always getting called at launch.The text was updated successfully, but these errors were encountered: