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
Building master branch with Xcode 10.2 (Swift 5) gives the following error Cannot force unwrap value of non-optional type 'String' at https://github.com/raedahgroup/dcrios/blob/d0fbf98f3475b3fdae6f0111b9250e0d22337602/decred_wallet/view_controller/RecoverWalletTableViewController.swift#L185.
Cannot force unwrap value of non-optional type 'String'
There are other warning messages displayed when building that should be fixed to enable Apple crash reporting.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Building master branch with Xcode 10.2 (Swift 5) gives the following error
Cannot force unwrap value of non-optional type 'String'
at https://github.com/raedahgroup/dcrios/blob/d0fbf98f3475b3fdae6f0111b9250e0d22337602/decred_wallet/view_controller/RecoverWalletTableViewController.swift#L185.There are other warning messages displayed when building that should be fixed to enable Apple crash reporting.
The text was updated successfully, but these errors were encountered: