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

Mobile App: Issues reported in the development environment #29653

Closed
gziolo opened this issue Mar 9, 2021 · 5 comments · Fixed by #29390
Closed

Mobile App: Issues reported in the development environment #29653

gziolo opened this issue Mar 9, 2021 · 5 comments · Fixed by #29390
Labels
Mobile App - i.e. Android or iOS Native mobile impl of the block editor. (Note: used in scripts, ping mobile folks to change) [Type] Code Quality Issues or PRs that relate to code quality

Comments

@gziolo
Copy link
Member

gziolo commented Mar 9, 2021

Description

I run the command:

npm run native start:reset

I saw the following issues reported:

Setting RN platform to: default (android)
● Validation Warning:

  Unknown option "haste.providesModuleNodeModules" with value ["react-native", "react-native-svg"] was found.
  This is probably a typing mistake. Fixing it will remove this message.

  Configuration Documentation:
  https://jestjs.io/docs/configuration.html

● Validation Warning:

  Unknown option "haste.providesModuleNodeModules" with value ["react-native", "react-native-svg"] was found.
  This is probably a typing mistake. Fixing it will remove this message.

  Configuration Documentation:
  https://jestjs.io/docs/configuration.html
> @wordpress/[email protected] clean:watchman /Users/gziolo/Projects/gutenberg/packages/react-native-editor
> command -v watchman >/dev/null 2>&1 && watchman watch-del-all; true

dyld: Library not loaded: /usr/local/opt/openssl/lib/libcrypto.1.0.0.dylib
  Referenced from: /usr/local/Cellar/watchman/4.9.0_2/libexec/bin/watchman
  Reason: image not found
sh: line 1: 96132 Abort trap: 6           watchman watch-del-all

Device information

  • Operating system: macOS Big Sur 11.2.2
@gziolo gziolo added the Mobile App - i.e. Android or iOS Native mobile impl of the block editor. (Note: used in scripts, ping mobile folks to change) label Mar 9, 2021
@gziolo gziolo changed the title Mobile: Issues reported in the development environment Mobile App: Issues reported in the development environment Mar 9, 2021
@gziolo gziolo added the [Type] Code Quality Issues or PRs that relate to code quality label Mar 9, 2021
@hypest
Copy link
Contributor

hypest commented Mar 10, 2021

dyld: Library not loaded: /usr/local/opt/openssl/lib/libcrypto.1.0.0.dylib
Referenced from: /usr/local/Cellar/watchman/4.9.0_2/libexec/bin/watchman

Hmm, I wonder if this approach will help there Greg.

@gziolo
Copy link
Member Author

gziolo commented Mar 10, 2021

dyld: Library not loaded: /usr/local/opt/openssl/lib/libcrypto.1.0.0.dylib
Referenced from: /usr/local/Cellar/watchman/4.9.0_2/libexec/bin/watchman

Hmm, I wonder if this approach will help there Greg.

Thank you, I will check it. It leaves the warnings coming from Jest.

@fluiddot
Copy link
Contributor

👋 I think the warnings are most likely coming from Jest because I see them when running the unit tests. @dcalhoun made a fix in this PR for removing them so we'll get rid of them once it's merged.

@gziolo
Copy link
Member Author

gziolo commented Mar 10, 2021

@fluiddot, that's great to hear. Looking forward to it! 😄

@gziolo
Copy link
Member Author

gziolo commented Mar 10, 2021

dyld: Library not loaded: /usr/local/opt/openssl/lib/libcrypto.1.0.0.dylib
Referenced from: /usr/local/Cellar/watchman/4.9.0_2/libexec/bin/watchman

Hmm, I wonder if this approach will help there Greg.

I have sorted it all out with a series of brew updates. Thank you @hypest 🙇🏻

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Mobile App - i.e. Android or iOS Native mobile impl of the block editor. (Note: used in scripts, ping mobile folks to change) [Type] Code Quality Issues or PRs that relate to code quality
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants