There doesn't seem to be a valid compiled storyboard - ios

Terminating app due to uncaught exception
'NSInvalidArgumentException', reason: 'There doesn't seem to be a
valid compiled storyboard at path
I am getting this error after storing more than 100 row in local database.
Can anybody tell me how should i handle this?

Related

Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[FBSDKApplicationDelegate initializeSDK]

I am working on a flutter project. Here I had to implement deeplink through notification. For this i am using flutter_facebook_app_links-2.0.0+2. I have done all the settings required for integrating the library described here . But my app is crashing due to
Class FBSDKBasicUtility is implemented in both /private/var/containers/Bundle/Application/BE7882D2-54B1-4E0A-A1E2-8CB5FAF8A3D3/Runner.app/Frameworks/FBSDKCoreKit_Basics.framework/FBSDKCoreKit_Basics (0x102922ab0) and /private/var/containers/Bundle/Application/BE7882D2-54B1-4E0A-A1E2-8CB5FAF8A3D3/Runner.app/Runner (0x101262350). One of the two will be used. Which one is undefined..
*** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[FBSDKApplicationDelegate initializeSDK]: unrecognized selector sent to instance 0x281323750'.
Can anyone help me out to solve the issue?
Have a look at your info.plist file for iOS. It must contain the FacebookAppId, the DisplayName, and the URL Schemes.This is Also described in Step 2 Of Getting Started

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)

How to use coredata in library project while generating SDK

I am trying to develop SDK ,I need handle coredata in library project finally will add into my app will update in my application also ,I am followed this working-with-core-data-in-a-static-library .
But I am facing some issues are :
Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '*** -[NSURL initFileURLWithPath:]: nil string parameter'.
Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: 'Cannot create an NSPersistentStoreCoordinator with a nil model'. Thanks.

Resources