Skip to content

compile issue in 0.83.0-rc.0 #1168

@mikehardy

Description

@mikehardy

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 rn83 branch: https://github.com/mikehardy/rnfbdemo/blob/rn83/make-demo.sh

File 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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions