-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Deploy Checklist: New Expensify 2024-01-18 #34701
Comments
🚀 All staging deploys are complete, @Expensify/applauseleads please begin QA on version https://github.com/Expensify/App/releases/tag/1.4.27-0 🚀 |
Checking off #34725 & #34729 as fixed with this revert PR. Tests will be confirmed during the testing of #34733 |
TR is 30% left #33691 - pending validation in IOS app |
Checklist is clear - going to kick it off! |
There's a couple crashes which seem to be affecting a decent amount of users MainActivity.onCreate ReactNativeBlobUtilReq.run |
Digging deeper into the MainActivity.onCreate Appears this is only happening on Android the OnePlus8Pro / One phones couldn't find DSO to load: libhermes.so caused by: couldn't find DSO to load: libjsi.so caused by: couldn't find DSO to load: libfolly_runtime.so caused by: couldn't find DSO to load: libglog.so caused by: couldn't find DSO to load: libc++_shared.so caused by: dlopen failed: "/data/data/com.expensify.chat/lib-3/libc++_shared.so" is for EM_AARCH64 (183) instead of EM_X86_64 (62) result: 0 result: 0 result: 0 result: 0 result: 0 Looks like this has happened before. However, the proposed fix which is adding com.facebook.soloader:soloader to RN build.gradle has not changed facebook/react-native#29528 (comment) Turns out it still exists https://github.com/Expensify/react-native/blob/main/ReactAndroid/hermes-engine/build.gradle#L202 |
Considering this is only impacting a single device as we can see - I think it's fine to continue deploy |
Release Version:
1.4.27-1
Compare Changes: production...staging
This release contains changes from the following pull requests:
Deploy Blockers:
Deployer verifications:
cc @Expensify/applauseleads
The text was updated successfully, but these errors were encountered: