Warning: file_get_contents(/data/phpspider/zhask/data//catemap/0/react-native/7.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
iOS 14更新后,Resact native bare project应用程序在splashscreen之后不工作_Ios_React Native_Crash_Expo_Ios14 - Fatal编程技术网

iOS 14更新后,Resact native bare project应用程序在splashscreen之后不工作

iOS 14更新后,Resact native bare project应用程序在splashscreen之后不工作,ios,react-native,crash,expo,ios14,Ios,React Native,Crash,Expo,Ios14,下面是我收到的错误消息 2020-10-08 17:14:00.943709+0900 tessa[68545:298644] *** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'The embedded manifest is invalid or could not be read. Make sure you have configured expo-updat

下面是我收到的错误消息

2020-10-08 17:14:00.943709+0900 tessa[68545:298644] *** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'The embedded manifest is invalid or could not be read. Make sure you have configured expo-updates correctly in your Xcode Build Phases.' *** First throw call stack: ( 0 CoreFoundation 0x00007fff2043a126 __exceptionPreprocess + 242 1 libobjc.A.dylib 0x00007fff20177f78 objc_exception_throw + 48 2 tessa 0x000000010ea77281 -[EXUpdatesEmbeddedAppLoader loadUpdateFromEmbeddedManifestWithCallback:success:error:] + 0 3 libdispatch.dylib 0x00007fff20106534 _dispatch_client_callout + 8 4 libdispatch.dylib 0x00007fff20107789 _dispatch_once_callout + 20 5 tessa 0x000000010ea76fd6 +[EXUpdatesEmbeddedAppLoader embeddedManifestWithConfig:database:] + 223 6 tessa 0x000000010ea6b36f __115+[EXUpdatesAppLauncherWithDatabase launchableUpdateWithConfig:database:selectionPolicy:completion:completionQueue:]_block_invoke_2 + 89 7 libdispatch.dylib 0x00007fff2010535b _dispatch_call_block_and_release + 12 8 libdispatch.dylib 0x00007fff20106534 _dispatch_client_callout + 8 9 libdispatch.dylib 0x00007fff2010c425 _dispatch_lane_serial_drain + 715 10 libdispatch.dylib 0x00007fff2010cfa0 _dispatch_lane_invoke + 403 11 libdispatch.dylib 0x00007fff20117591 _dispatch_workloop_worker_thread + 782 12 libsystem_pthread.dylib 0x00007fff5dcd8a3d _pthread_wqthread + 290 13 libsystem_pthread.dylib 0x00007fff5dcd7b77 start_wqthread + 15 ) libc++abi.dylib: terminating with uncaught exception of type NSException 2020-10-08 17:14:00.943709+0900 tessa[68545:298644]***由于未捕获的异常“NSInternalInconsistencyException”而终止应用程序,原因是:“嵌入的清单无效或无法读取。确保在Xcode构建阶段正确配置了expo更新。” ***第一次抛出调用堆栈: ( 0 CoreFoundation 0x00007fff2043a126例外预处理+242 1 libobjc.A.dylib 0x00007fff20177f78 objc_异常_抛出+48 2 tessa 0x000000010ea77281-[EXUpdatesEmbeddedAppLoader loadUpdateFromEmbeddedManifestWithCallback:success:error:+0 3 libdispatch.dylib 0x00007fff20106534 _dispatch_client_callout+8 4 libdispatch.dylib 0x00007fff20107789 _dispatch_once_callout+20 5 tessa 0x000000010ea76fd6+[EXUpdatesEmbeddedAppLoader embeddedManifestWithConfig:database:+223 6 tessa 0x000000010ea6b36f uu 115+[ExUpdate-SapplaunchWithDatabase launchableUpdateWithConfig:database:selectionPolicy:completion:completionQueue:][u block\u invoke\u 2+89 7 libdispatch.dylib 0x00007fff2010535b调度调用块和释放+12 8 libdispatch.dylib 0x00007fff20106534 _dispatch_client_callout+8 9 libdispatch.dylib 0x00007fff2010c425调度通道串行排水管+715 10 libdispatch.dylib 0x00007fff2010cfa0\u dispatch\u lane\u invoke+403 11 libdispatch.dylib 0x00007fff20117591 _dispatch_workloop_worker_thread+782 12 libsystem_pthread.dylib 0x00007fff5dcd8a3d_pthread_wqthread+290 13 libsystem_pthread.dylib 0x00007fff5dcd7b77启动_wqthread+15 ) libc++abi.dylib:以NSException类型的未捕获异常终止 我怎样才能解决这个问题

我更新了xcode,pod,expo更新。。。但就在应用程序显示splashscreen之后,它就被终止了。 请让我知道如何解决