-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Description
I get an iOS compile error in my fuzz-busting react-native-firebase system integration compiler project:
[React-jsiexecutor] Compiling JSINativeModules.cpp ❌ /Users/mike/Library/Developer/Xcode/DerivedData/rnfbdemo-gsuyjvwnbefbzvbfqtovnhthepew/Build/Products/Debug-iphonesimulator/React-jsinspector/jsinspector_modern.framework/Headers/jsinspector-modern/ScopedExecutor.h:10:10: 'react/utils/OnScopeExit.h' file not found 10 | #include <react/utils/OnScopeExit.h> | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ [React-jsiexecutor] Compiling JSIExecutor.cpp ❌ /Users/mike/Library/Developer/Xcode/DerivedData/rnfbdemo-gsuyjvwnbefbzvbfqtovnhthepew/Build/Products/Debug-iphonesimulator/React-jsinspector/jsinspector_modern.framework/Headers/jsinspector-modern/ScopedExecutor.h:10:10: 'react/utils/OnScopeExit.h' file not found 10 | #include <react/utils/OnScopeExit.h> | ^~~~~~~~~~~~~~~~~~~~~~~~~~~This script from the
rn83branch: https://github.com/mikehardy/rnfbdemo/blob/rn83/make-demo.shFile exists on disk, perhaps it is a header inclusion thing based on
use_frameworks!(required for react-native-firebase)?mike@isabela:~/work/invertase/rnfbdemo/rnfbdemo (rn83) % find . |grep OnScopeExit ./node_modules/react-native/ReactCommon/react/utils/OnScopeExit.h
Originally posted by @mikehardy in #1166
Metadata
Metadata
Assignees
Labels
No labels