-
Notifications
You must be signed in to change notification settings - Fork 80
New issue
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
init SMB2Manager throws error #99
Comments
I want to know how to use it |
It appears when the real machine is running |
You are trying to force unwrap a nullable initializer and I think this causes a crash. The only apparent reason to return |
I actually ran it in the swiftUI environment, and only real tests crashed, not in the emulator. I switched several ways to call the initialization method and still got an error. |
An error is reported even if the run is not forced to expand.
An error is reported even if the run is not forced to expand. |
Can you check which line of SMB2Manager initializer causes the crash? |
The text was updated successfully, but these errors were encountered: