Glympse Lite API Dismiss Button crash - ios

I am trying to incorporate the Glympse Lite iOS SDK v1.0.12 into my app.
But I have a problem.
Trying to Dismiss "Sending.." screen causes the application to crash.
Tried to use solution from here https://stackoverflow.com/a/17889940/3805275 but still get the crash.
Try to do the same with the sample project GlympseHistoryLiteDemo and also get crash with the following output:
-[GLYConfiguratorViewerOwner onDismissPleaseWait:]: unrecognized selector sent to instance 0x15daa5c0
TICKET_CHANGED FIRED
*** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason:
'-[GLYConfiguratorViewerOwner onDismissPleaseWait:]: unrecognized selector sent to instance 0x15daa5c0'
*** First throw call stack:
(0x2e1d0f4b ...) libc++abi.dylib: terminating with uncaught exception of type NSException
Any ideas what might be causing this crash and possible solution ?
Btw, I was testing on iPod Touch with iOS 7.0.4.

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

[UICachedDeviceWhiteColor pointSize]: unrecognized selector sent to instance 0x1c424a5c0'

The application is crashing when i launch the Application. (Xcode 9, iOS 11)
Error:
*** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[UICachedDeviceWhiteColor
pointSize]: unrecognized selector sent to instance 0x1c0452870'
Thanks
Actually the project i was working on was developed by unfamiliar developer. They set the placeholder color keypath as placeHolderColor to UITextField.
I just removed that and fixed with _placeholderLabel.textColor
Now i didn't get any crash while launching the Application
Thanks

Getting strange issue while running Objective-C framework in Swift Project

Not sure what is the issue, and unable to find on goggle too.
Application screen became black and app crashed.
-[BSMutableSettings applicationWillResignActive:]: unrecognized selector sent to instance 0x13ed05f20
Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[BSMutableSettings applicationWillResignActive:]: unrecognized selector sent to instance 0x13ed05f20

NSCFData gunzippedData crash

I am integrating PayU in my swift 2 based project by using sample code source from link: https://github.com/payu-intrepos/iOS-SDK/releases/tag/v3.3
The app crashes with the following log in the console, when the payu webview code from the class PayUUIPaymentUIWebViewController is executed:
webViewDidStartLoad URL-----> 2016-01-07 19:07:59.788
MyTestApp[14764:2080307] -[__NSCFData gunzippedData]: unrecognized
selector sent to instance 0x7f80395de440 2016-01-07 19:07:59.809
MyTestApp[14764:2080307] *** Terminating app due to uncaught exception
'NSInvalidArgumentException', reason: '-[__NSCFData gunzippedData]:
unrecognized selector sent to instance 0x7f80395de440'
It is an unhandled exception. Does anyone know what this means? What could be the cause of it?
In your Xcode project add "-Objc" in Other Linker Flags in Project Build Settings.

_NSZeroData _fastCharacterContents error

I'm developing native iOS application. my app crashes with error:
Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[_NSZeroData _fastCharacterContents]: unrecognized selector sent to instance 0x14dcba60'
what this means? Somebody please help me to solve this problem.

Resources