You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks so much for filing an issue or feature request! Please fill out the following (wherever relevant):
Every updates are not installed and keep rolled back or throwing an exception on iOS.
I started facing this issue after upgrading RN 0.68.7 -> 0.72.7 and code-push 7.1.0 -> 8.1.0.
Steps to Reproduce
RN v0.72.7 and code-push v8.1.0, might be relavant "react-native-reanimated": "^3.4.0"
This case cause the exception when I ran the app through the xcode to get an error stack. Thread 3: "Error when sending event: CodePushDownloadProgress with body: {\n receivedBytes = 8914917;\n totalBytes = 8914917;\n}. RCTCallableJSModules is not set. This is probably because you've explicitly synthesized the RCTCallableJSModules in CodePush, even though it's inherited from RCTEventEmitter."
Thanks so much for filing an issue or feature request! Please fill out the following (wherever relevant):
Every updates are not installed and keep rolled back or throwing an exception on iOS.
I started facing this issue after upgrading RN 0.68.7 -> 0.72.7 and code-push 7.1.0 -> 8.1.0.
Steps to Reproduce
Expected Behavior
The update is installed
Actual Behavior
The update keeps rolled back, not installed on iOS. AOS is fine. I observed symptoms in two cases. It works fine on the previous versions.
1. Auto update
This case cause the exception when I ran the app through the xcode to get an error stack.
Thread 3: "Error when sending event: CodePushDownloadProgress with body: {\n receivedBytes = 8914917;\n totalBytes = 8914917;\n}. RCTCallableJSModules is not set. This is probably because you've explicitly synthesized the RCTCallableJSModules in CodePush, even though it's inherited from RCTEventEmitter."
2. Manual update
This case doesn't cause the exception, but the sync call is not working as intended. When the sync is called, it logs
Even if you check the app center dashboard, all updates are rolled back and not installed.
Reproducible Demo
Environment
The text was updated successfully, but these errors were encountered: