Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

compile native project failed #1

Open
jetengine opened this issue Dec 2, 2024 · 0 comments
Open

compile native project failed #1

jetengine opened this issue Dec 2, 2024 · 0 comments

Comments

@jetengine
Copy link

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(

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant