You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An error occured Fatal error: Unexpectedly found nil while implicitly unwrapping an Optional value.
It seems that padding1 is nil which caused this problem.
I changed internal let internalPointer: OpaquePointer? to fix it.
The situation is that when there is error in connection, the returned pointer is NULL/nil.
My Swift version is Apple Swift version 5.0.1 (swiftlang-1001.0.82.4 clang-1001.0.46.5) Target: x86_64-apple-darwin18.6.0.
Thanks in advance !
The text was updated successfully, but these errors were encountered:
Inokinoki
changed the title
DBusError.Reference() internalValue
DBusError.Reference() internalValue nil exception
Jul 11, 2019
Thanks for your helpful library !
I imported and created a DBusConnection on macOS.
An error occured
Fatal error: Unexpectedly found nil while implicitly unwrapping an Optional value
.It seems thatpadding1
isnil
which caused this problem.I changed
internal let internalPointer: OpaquePointer?
to fix it.The situation is that when there is error in connection, the returned pointer is
NULL/nil
.My Swift version is
Apple Swift version 5.0.1 (swiftlang-1001.0.82.4 clang-1001.0.46.5) Target: x86_64-apple-darwin18.6.0
.Thanks in advance !
The text was updated successfully, but these errors were encountered: