es.davy.ai

Preguntas y respuestas de programación confiables

¿Tienes una pregunta?

Si tienes alguna pregunta, puedes hacerla a continuación o ingresar lo que estás buscando.

Tag: REACT-NATIVE-HERMES

React Native: Error fatal RCT-Folly: no se encontró el archivo ‘fmt/compile.h’

Quiero habilitar Hermes para mi proyecto de React Native iOS pero tengo el siguiente error: In file included from ../ios/Pods/RCT-Folly/folly/Singleton.cpp:35: ../ios/Pods/RCT-Folly/folly/portability/FmtCompile.h:19:10: fatal error: ‘fmt/compile.h’ file not found #include <fmt/compile.h> ^~~~~~~~~~~~~~~ Mi configuración: System: OS: macOS 11.6.1 Binaries: Node: 12.22.7 – /usr/local/bin/node npm: 6.14.15 – /usr/local/bin/npm Watchman: 4.9.0 – /usr/local/bin/watchman Managers: . . . Read more

TypeError: indefinido no es una función, motor JavaScript: Hermes

Mi aplicación React Native (0.66.3) hoy muestra un error con un código estable que no ha tenido ningún cambio durante bastante tiempo. Está en macOS Big Sur. Aquí está el error: ERROR TypeError: undefined is not a function, js engine: hermes Error: ENOENT: no such file or directory, open ‘/Users/macair/Documents/code/js/xyz_app5/http:/localhost:8081/index.bundle?platform=ios&dev=true&minify=false&modulesOnly=false&runModule=true&app=org.reactjs.native.example.xyz-app5’ . . . Read more