The Bridgefy Software Development Kit (SDK) is a state-of-the-art, plug-and-play package that will let people use your mobile app when they don’t have access to the Internet, by using Bluetooth mesh networks.
MIT License
11
stars
4
forks
source link
Fatal error: Unexpectedly found nil while unwrapping an Optional value #17
Calling currentUserId() throws me this native iOS error
Fatal error: Unexpectedly found nil while unwrapping an Optional value
And on a side note, it also happens with send("test", { type: "mesh", uuid: "aaa" }) because uuid needs to be an actual UUID, otherwise I get the same kind of error:
bridgefy-react-native 1.1.2
react-native 0.71.17
iOS 17.5.1 on iPhone XR
Calling
currentUserId()
throws me this native iOS errorAnd on a side note, it also happens with
send("test", { type: "mesh", uuid: "aaa" })
becauseuuid
needs to be an actual UUID, otherwise I get the same kind of error:bridgefy-react-native 1.1.2 react-native 0.71.17 iOS 17.5.1 on iPhone XR