-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
[iOS] CodePush.restartApp() crash #2539
Comments
[super. bridge reload]; Occurs when running code |
I have this same issue. I've found that the CodePush gets applied most of the time, but requires the user to re-open the app after it crashes. Happens more on Android than iOS for me, but still occasionally on iOS. |
I use react-native-code-push version: 8.0.2. I have the same issue, iOS happens more than Android. Is it because Code push currently only supports 0.71 and not yet 0.71.6? |
I am currently using rn 0.71.11 I updated once but still have the same problem |
I have exactly the same problem. at first i suspected reanimated, but after patching it, i still get the bug. Only in "release", according to sentry tracking, it's a RAM problem:
I try to replace code-push with react-native-restart and I have the same issue, also reported by other here I use react-native
|
BTW I use Xcode_14.3.1.app to build the app |
@kr-yeon Does this crash happen through your local XCode with a release build? |
yeah
2023년 8월 19일 (토) 오전 12:21, Anthony LASSERRE ***@***.***>님이 작성:
… @kr-yeon <https://github.com/kr-yeon> Does this crash happen through your
local XCode with a release build?
—
Reply to this email directly, view it on GitHub
<#2539 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/APRSJAEBTSIXME33J2VZGQTXV6B7LANCNFSM6AAAAAAZVO4QFY>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
@kr-yeon Which MacOS version are you using ? |
Ventura 13.4
XCodeVersion is 14.3
2023년 8월 19일 (토) 오전 12:25, Anthony LASSERRE ***@***.***>님이 작성:
… @kr-yeon <https://github.com/kr-yeon> Which MacOS version are you using ?
—
Reply to this email directly, view it on GitHub
<#2539 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/APRSJADGZWVDMQV6GEGHFO3XV6CNNANCNFSM6AAAAAAZVO4QFY>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Should we consider react-native-code-push as deprecated? |
In fact, I excluded CodePush from the project. I don't know if I'm stupid, but I couldn't find the answer. |
I face the issue on Android , but work on iOS. |
I'm also experiencing that issue only on Android. I thought it might be a
problem with the built bundle's asset path, but I removed Codepush first.
2024년 1월 20일 (토) 오후 11:54, DanLin ***@***.***>님이 작성:
… I face the issue on Android , but work on iOS.
Anyone face it on Android too?
—
Reply to this email directly, view it on GitHub
<#2539 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/APRSJABFPLDEDE2KE32E3PDYPPLDHAVCNFSM6AAAAAAZVO4QF2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSMBSGEYTSNZZHE>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Hi everyone! Could you please confirm what this issue still persist on latest version (8.2.1)? |
Any solutions, I am facing with iOS on release app. It crashes after restart |
The best solution is to drop codepush and use expo |
Im facing this same issue with expo-updates as well.
|
any changes for this? |
Hi @Logan-FE thank you for reaching out. Does this issue still reproduce on latest 8.3.1 version? |
@DordeDimitrijev I'm facing same problem, distribution is fine but to effect on android application
|
@nihal-37-37 , are you using |
if you are using Problem happens when we reload jsbundle. codepush.restart() also reload jsbundle. These make crash for me. After remove, it works |
Steps to Reproduce
Expected Behavior
What you expected to happen?
Restart Application
Actual Behavior
What actually happens?
Shutdown app
Reproducible Demo
Examples
folder runnode create-app.js appName [email protected] [email protected]
command to generate plain CodePushified React Native app. Please see description on top ofcreate-app.js
file content if neededEnvironment
(The more info the faster we will be able to address it!)
The text was updated successfully, but these errors were encountered: