Currently, I am working on developing a react native app using react-native-ble-plx. Interestingly, the app runs smoothly on an iOS emulator; however, upon transferring it to my iPhone, it crashes during boot. Through some experimentation, I discovered that eliminating the page containing the Bluetooth functionality prevents the crash. How does one approach debugging such a perplexing issue? It seems impossible to pinpoint any errors when actively searching for them.