skip to Main Content

Enable hermes engine for ios: React native on Mac M1

After enabling hermes engine in podfile throws error while building app "Undefined symbols for architecture x86_64: "vtable for facebook::react::HermesExecutorFactory" Hermes version : 0.9.0 RN : 0.66.1 podfile platform :ios, '11.0' target 'OneSignalNotificationServiceExtension' do pod 'react-native-onesignal', :path => '../node_modules/react-native-onesignal' end target…

VIEW QUESTION

React Native setup Mac M1 (Air)

I follow this guy's tutorial https://youtu.be/MJEcookWYUI?t=686 I get errors after the command on the video admin@MacBook-Air:~/Demo$ npm run ios npm ERR! missing script: ios npm ERR! A complete log of this run can be found in: npm ERR! /Users/admin/.npm/_logs/2022-09-12T22_06_04_217Z-debug.log I…

VIEW QUESTION
Back To Top
Search