I can not run ios app after upgrading expo-updates version

expo-cli: 3.27.14
expo: 39
react-native-cli: 2.0.1
react-native: 0.63.3

I got this messages after building and running my app at xcode12
Please let me know how to solve this problem.

2020-10-08 11:54:50.907663+0900 tessa[21188:162777] [] nw_protocol_get_quic_image_block_invoke dlopen libquic failed
2020-10-08 11:54:50.945171+0900 tessa[21188:162777] *** 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                               0x000000010a5af1c1 -[EXUpdatesEmbeddedAppLoader loadUpdateFromEmbeddedManifestWithCallback:success:error:] + 0
	3   libdispatch.dylib                   0x00007fff20106534 _dispatch_client_callout + 8
	4   libdispatch.dylib                   0x00007fff20107789 _dispatch_once_callout + 20
	5   tessa                               0x000000010a5aef16 +[EXUpdatesEmbeddedAppLoader embeddedManifestWithConfig:database:] + 223
	6   tessa                               0x000000010a5a32af __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

Hey @artbloc,

What version of expo-updates are you referring to? Also, can you try reproducing this error in a newly created project to see if it’s project-specific or not?

Cheers,
Adam

My expo-updates is referred to
app.json
"expo-updates": "^0.3.5",
podfile

- EXUpdates (0.3.5):
    - React
    - UMCore

and I tried same project in expo sdk 37 and expo-updates(~0.2.1), it works…

But sdk 39 and 0.3.5 version is not works.

I have the same problem currently, using SDK 39, and the aforementioned version of expo-updates