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
When upgrading from 0.74.2 to 0.75.4, the app builds. However, when running it stops at the ios/[project]/main.m file.
Specifically at the UIApplicationMain line with the error: Thread 1: signal SIGABRT.
If I look into UIApplicationMain I see the error: "Application violated contract by causing UIApplicationMain() to return. This incident will be reported."
The error is a bit non-verbose. I have cleaned pods and done the upgrade twice at this point.
Any ideas?
Reproducible demo
Upgrade from 0.74.2 to 0.75.4
The text was updated successfully, but these errors were encountered:
@serhiy-z-israelit-pro yeah, this error is a bit vague. Not sure what ill do next. It will probably be a manual upgrade by copypasting it into a new RN project.
wmonecke
changed the title
Upgrade RN from 0.74.2 -> 0.75.4
Upgrade RN from 0.74.2 -> 0.75.4: "Application violated contract..."
Oct 11, 2024
I also encountered this issue while trying to upgrade from 0.74.1 to 0.75.4.
My app finally launched after commenting out the following line from AppDelegate.mm: RCTBridge *bridge = [[RCTBridge alloc] initWithDelegate:self launchOptions:launchOptions];
Looks like this call should've been removed back in 0.71.0, but for some reason I left it out.
Environment
Things I’ve done to figure out my issue
Upgrading version
0.75.4
Description
When upgrading from 0.74.2 to 0.75.4, the app builds. However, when running it stops at the ios/[project]/main.m file.
Specifically at the
UIApplicationMain
line with the error:Thread 1: signal SIGABRT
.If I look into UIApplicationMain I see the error:
"Application violated contract by causing UIApplicationMain() to return. This incident will be reported."
The error is a bit non-verbose. I have cleaned pods and done the upgrade twice at this point.
Any ideas?
Reproducible demo
Upgrade from 0.74.2 to 0.75.4
The text was updated successfully, but these errors were encountered: