Scringo framework app crashes in ios? - ios

I'm Facing very strange problem, my ios app crashes on my devices and simulatore, i
developed app on one mac and system and move source code to another mac, on new mac
my scringo framework showing different types of crash reports like "Terminating app due to
uncaught exception 'NSUnknownKeyException', reason: '[
setValue:forUndefinedKey:]: this class is not key value coding-compliant for the key
closeButton.'".
I done a lot of googled, but i didn't get any solution. i contacted to scringo help
support also, didn't get any response on http://www.scringo.com/about.php

The most likely source of this error is that something has a connection to an action or outlet called done that doesn't exist in the code for that class.

Related

UITextView user defined runtime placeholder attribute makes app crash - iOS 7

I have set the placeholder runtime attributes as given in the image.
It works perfectly in iOS 8+ and crashes in iOS 7 with the following issue:
Terminating app due to uncaught exception 'NSUnknownKeyException', reason: '[<UITextView 0x14bd4800> valueForUndefinedKey:]: this class is not key value coding-compliant for the key _placeholderLabel.
Can anyone help me identify the issue?

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)

Application working fine in iOS 8 device but crashing in iOS 7 devices

I have developed application using Xcode 6 which is using auto layout and size classes . It is working fine in iOS 8 devices but there is problem while running application on iOS 7 devices. In one view controller the application is crashing with the following exception :
*** Terminating app due to uncaught exception 'NSUnknownKeyException', reason: '[<UIView 0x7916a9c0> setValue:forUndefinedKey:]: this class is not key value coding-compliant for the key keyPath.'
I have checked all the connection in connection inspector ,those all are clean. Please suggest some solution to overcome this problem .
This is normally related to a deleted IBOutlet. Check your Storyboard/Nibs outlets and see if there anything marked with an "!": it means the corresponding outlet was removed.

iPad throws NSUnknownKeyException, but in iOS simulator the app works fine?

In iOS simulator, there are few things which are working fin in simulator but when I test the same stuff in device its throwing some errors.
For instance:
I have table view controller, its loading fine in Simulator. I am using iOS 6 simulator.
The same table view controller showing error as:
Terminating app due to uncaught exception 'NSUnknownKeyException', reason: '[<EventsTableViewController 0x1fda25e0> setValue:forUndefinedKey:]: this class is not key value coding-compliant for the key indTableView.
Please clarify me.

App can't start after I deleted localization and renamed uibutton

I made simple app with 2 languages. When it was done I've decided to delete one language (and did so): I deleted language from project-info-localizations.
After that I've tested app on the device (iPhone) and found that app still has additional (deleted) language. Then I've deleted the app from the iPhone and run project again - it had no sense to my changes. I don't understand the reason... However, later I've found mistake (grammar) in the name of the button and renamed it. That action completely killed my app - it can't be run on the iPhone from that very moment.
Error is: 2013-01-25 11:46:34.087 timeLimiter[13649:907] *** Terminating app due to uncaught exception 'NSUnknownKeyException', reason: '[ setValue:forUndefinedKey:]: this class is not key value coding-compliant for the key startAlerButton.'
It mentions "startAlerButton" which was renamed (I've checked all relations in .h, .m, storyboad).
Please check if there is still some connection to outlet startAlerButton in the xib files.

Resources