react-native-builder-bob
react-native-builder-bob copied to clipboard
Cannot run 'yarn example ios'
Environment
OS: Mac OS 12.1 Monterey yarn version: v1.22.17
Description
I have been following "react native: native modules" tutorial.
Unfortunately at the "yarn example ios" step I receive a bunch of log messages followed by this error:
error Command failed with exit code 1.
Logs attached to the issue: yarn_example_ios_logs.txt
Reproducible Demo
Simply follow the tutorial steps.
The issue is related to flipper. I would suggest commenting out the flipper plugin code in Podfile inside ./example/ios/ Run pod install once again and try to run the app after that It will fix the crash
Reason is, the library still uses RN 0.63.4 and the flipper issue has been fixed in new RN versions
@nikhil-kumar-160 Thank you for the answer! Indeed, I commented the use_flipper!({ 'Flipper' => '0.80.0' }) line.
I then ran yarn example ios command and it worked successfully!
Same problem, above solved the issue.
Can you provide repro steps for the issue?