React Native Thread 1: signal SIGABRT error - ios

I've add launchscreen to my React-Native app with XCode, but i've this error : Thread 1: signal SIGABRT
And in the log :
2018-02-08 11:52:48.552534+0100 projectName[16782:2054906] [ApplicationLifecycle] Windows were created before application initialzation completed. This may result in incorrect visual appearance.
2018-02-08 11:52:48.553602+0100 orphoz[16782:2054906] +[CATransaction synchronize] called within transaction
2018-02-08 11:52:49.187017+0100 orphoz[16782:2054906] *** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'Could not load NIB in bundle: 'NSBundle </Users/novaway/Library/Developer/CoreSimulator/Devices/B9A9FDD9-0FF0-4321-A0F4-A6BEB950829B/data/Containers/Bundle/Application/D1D3706C-5AD5-4B21-BE12-833D95FAD49E/projectName.app> (loaded)' with name 'LaunchScreen''
If i remove my launchscreen, i can start my React Native, i don't understand the problem :)
Anyone have idea ?
Thank you !

Related

There doesn't seem to be a valid compiled storyboard at path in xcode 7.3 on ios9.3

I'm writing application(iPad only app) for iPad(running iOS 9.3.3) its working well, but sometimes it get crashed by throwing,
2016-10-18 16:09:14.129 appName[239:23575] *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: 'There doesn't seem to be a valid compiled storyboard at path '/var/containers/Bundle/Application/78FAE276-6B37-4A64-AB82-21F171D8E383/appName.app/PDSuperStory.storyboardc''
*** First throw call stack:
(0x2149f91b 0x20c3ae17 0x2611ff71 0x84a88 0x13ef90 0xa6150 0x10c4dc 0x145a58 0xbd1b7f 0xbd1b6b 0xbd6655 0x21461b6d 0x21460067 0x213af229 0x213af015 0x2299fac9 0x25a83189 0x111698 0x21057873)
libc++abi.dylib: terminating with uncaught exception of type NSException
Before this crash everything works fine no memory leaks showing in Instruments either. No solution working out after cleaning the project or re-installing application on device.
Any solution guys?
I was getting the same error till I just did Product>Clean Build Folder and now it seems all good.

'NSInternalInconsistencyException', reason: 'Unrecognized database version: ' Firebase crash on physical device

My app keeps crashing on physical device, but it works on simulator. and I can't find any information on that bug. I am using firebase. My app has been working fine for a while and this randomly occurs.
2016-08-08 14:50:14.081 gameofchats[1626:570752] * Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'Unrecognized database version: '
* First throw call stack:
(0x182462db0 0x181ac7f80 0x182462cf8 0x1001b1bc8 0x1001b1ab0 0x1001c2a84 0x100ed5a7c 0x100ed5a3c 0x100ee2554 0x100ed972c 0x100ee466c 0x100ee4364 0x1820c5470 0x1820c5020)
libc++abi.dylib: terminating with uncaught exception of type NSException
I've faced more or less the same issue.
I remove the app from my device and let xCode install a fresh copy of it and that solved the issue.
My guess is that somehow the local Firebase cache must have been corrupted and each time Firebase's sdk tried to access it the app crashs.

Iphone App locks up at splash screen when i perform build

I have migrated my Iphone app to the 64 bit platform
using xcode the app builds successfully and i am able to create the archive and successfully and it passes itunes validation
Progress !!!
However when i connect my iphone to build and test the app the app opens and loads the splash screen and then locks up
I would appreciate some assistance in interpreting the error code below and advise on what i need to do to remedy the same. As i an relatively new to app development the references in the error message below mean nothing to me
the error message shown in xcode is as follows:
*** Terminating app due to uncaught exception 'NSUnknownKeyException', reason: '[<UIApplication 0x15d56930> setValue:forUndefinedKey:]: this class is not key value coding-compliant for the key view.'
*** First throw call stack:
(0x2a46e49f 0x37c24c8b 0x2a46e1a9 0x2b0d4f59 0x2b0e71af 0x2a3be81d 0x2dcee421 0x2dcefd2d 0x2db934eb 0x2db92889 0x2db9d209 0x2db91217 0x30bff0d1 0x2a434d7d 0x2a434041 0x2a4327c3 0x2a3803c1 0x2a3801d3 0x2d9951bf 0x2d98ffa1 0xe86f3 0x381a4aaf)
libc++abi.dylib: terminating with uncaught exception of type NSException
(lldb)

ios6 : Crash after launching a video

I'm designing a client-server application that sync and stores files on iOS devices.
Launch of video where OK on iOS<6 but with iOS6 the app crashes and the device returns to the springboard
Debugger says :
2013-05-17 23:01:03.484 MyApp[526:907] Opening a movie : /var/mobile/Applications/1C5ED030-BBC8-4D56-A979-0BD04DCDEF8A/Documents/MyVideo.mp4
2013-05-17 23:01:03.572 MyApp[526:907] * Assertion failure in -[UIWindowController transition:fromViewController:toViewController:target:didEndSelector:], /SourceCache/UIKit/UIKit-2380.17/UIWindowController.m:211
2013-05-17 23:01:03.574 MyApp[526:907] Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'Attempting to begin a modal transition from to while a transition is already in progress. Wait for viewDidAppear/viewDidDisappear to know the current transition has completed'
** First throw call stack:
libc++abi.dylib: terminate called throwing an exception
My app uses dismissModalViewControllerAnimated and presentModalViewControllerAnimated methods (deprecated). I tried to replace theses methods by dismissViewControllerAnimated and presentViewControllerAnimated but the videos are still crashing the app.
Thanks for your help.
PS : VideosViewController.h and .m are here http://github.com/oseres/VideosViewControllerDebug

InternalInsonsistencyException in ios sdk4.3

Since I started using the IOS SDK4.3; not only have I experienced frequent crashes, I have also come across this very bad crash when I want to debug some apps:
Error Log:
"Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'Could not load NIB in bundle: 'NSBundle (loaded)' with name 'MainWindow''"
I have once escaped this horror by selecting a lower iPhone simulator version, but not all the time.
What could actually cause this?
Probably, MainWindow.xib no longer exists in your project.

Resources