Phillip Jacobs
Phillip Jacobs
@thehellmaker did you manage to get it working? I disabled it from auto-linking but still get ``` /node_modules/react-native-iot-wifi/ios/IOTWifi.h:2:9: fatal error: 'React/RCTBridgeModule.h' file not found #import ^~~~~~~~~~~~~~~~~~~~~~~~~ 1 error generated. **...
@Noah-Kennedy @autonomic: I took a crack at it. Let me know if my approach is valid. Cheers!
@autonomic if you set WG_SUDO=1, that will circumvent dropping privileges. Can you try again after removing that env var and see if that works? Cheers!
@autonomic Sadly, I'm unable to reproduce the issue. If I drop `WG_SUDO`, or set it to 0, the root privileges acquired via sudo are successfully dropped. I'm testing on Mac...
@Noah-Kennedy I think we can close this issue after all.