A expo build is failing on my computer though it is working on the other developers' laptop. The discrepancies are that he is running another version of IOS on his simulator, we don't see this being the issue though.
Problem:After an expo start -c
& running on IOS the build fails with the following errors:
at node_modules/react-native/Libraries/Core/ExceptionsManager.js:95:17 in reportExceptionat node_modules/react-native/Libraries/Core/ExceptionsManager.js:141:19 in handleExceptionat node_modules/react-native/Libraries/Core/setUpErrorHandling.js:24:39 in handleErrorat node_modules/@react-native/polyfills/error-guard.js:49:36 in ErrorUtils.reportFatalErrorat node_modules/metro-runtime/src/polyfills/require.js:237:40 in guardedLoadModuleat http://192.168.0.62:19000/node_modules/expo/AppEntry.bundle?platform=ios&dev=true&hot=false&strict=false&minify=false:null in global codeInvariant Violation: Failed to call into JavaScript module method AppRegistry.runApplication(). Module has not been registered as callable. Registered callable JavaScript modules (n = 11): Systrace, JSTimers, HeapCapture, SamplingProfiler, RCTLog, RCTDeviceEventEmitter, RCTNativeAppEventEmitter, GlobalPerformanceLogger, JSDevSupportModule, HMRClient, RCTEventEmitter. A frequent cause of the error is that the application entry file path is incorrect. This can also happen when the JS bundle is corrupt or there is an early initialization error when loading React Native.at node_modules/react-native/Libraries/Core/ExceptionsManager.js:95:17 in reportExceptionat node_modules/react-native/Libraries/Core/ExceptionsManager.js:141:19 in handleExceptionat node_modules/react-native/Libraries/Core/setUpErrorHandling.js:24:39 in handleErrorat node_modules/@react-native/polyfills/error-guard.js:49:36 in ErrorUtils.reportFatalErrorInvariant Violation: Failed to call into JavaScript module method AppRegistry.runApplication(). Module has not been registered as callable. Registered callable JavaScript modules (n = 11): Systrace, JSTimers, HeapCapture, SamplingProfiler, RCTLog, RCTDeviceEventEmitter, RCTNativeAppEventEmitter, GlobalPerformanceLogger, JSDevSupportModule, HMRClient, RCTEventEmitter. A frequent cause of the error is that the application entry file path is incorrect. This can also happen when the JS bundle is corrupt or there is an early initialization error when loading React Native.at node_modules/react-native/Libraries/Core/ExceptionsManager.js:95:17 in reportExceptionat node_modules/react-native/Libraries/Core/ExceptionsManager.js:141:19 in handleExceptionat node_modules/react-native/Libraries/Core/setUpErrorHandling.js:24:39 in handleErrorat node_modules/@react-native/polyfills/error-guard.js:49:36 in ErrorUtils.reportFatalError```Has anyone seen this or does anyone have ideas on how to get around this issue?I have tried npm install, clearing caches, resetting file paths, and rebuilding expo builds.