Skip to content

compile native project failed #1

@jetengine

Description

@jetengine

when i run 'npx expo run:ios', I encountered this issue below

(/Users/a1234/app/node_modules/react-native-lz4/ios/generated/build/generated/ios/FBReactNativeSpecJSI.h:83:43)

81 | bool allowCollapsableChildren(jsi::Runtime &rt) override {
82 | static_assert(

83 | bridging::getParameterCount(&T::allowCollapsableChildren) == 1,
| ^ no member named 'allowCollapsableChildren' in 'facebook::react::NativeReactNativeFeatureFlags'
84 | "Expected allowCollapsableChildren(...) to have 1 parameters");
85 |
86 | return bridging::callFromJs(

❌ (/Users/a1234/app/node_modules/react-native-lz4/ios/generated/build/generated/ios/FBReactNativeSpecJSI.h:115:43)

113 | bool enableBackgroundExecutor(jsi::Runtime &rt) override {
114 | static_assert(

115 | bridging::getParameterCount(&T::enableBackgroundExecutor) == 1,
| ^ no member named 'enableBackgroundExecutor' in 'facebook::react::NativeReactNativeFeatureFlags'
116 | "Expected enableBackgroundExecutor(...) to have 1 parameters");
117 |
118 | return bridging::callFromJs(

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions