-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Crash for <ios9 builds #3
Comments
Hi @BharathBob This was a bug in SDK versions 3.0.0 and was fixed in 3.0.1. Are you using 3.0.0? Thanks. |
@quantumgraph installed QG using Pods spec recently a 10 days back, hope its on newer version, i can see the new 3.0.2 version release was 4 months ago, help me out please. |
@BharathBob Yes, 3.0.2 is a good version. I'll check and get back to you. |
seems the required deployment targets are changed to iOS 9 minimum? |
quantum graph not getting added to my plugin target. I have created on plugin for QGraph implementation later on I will integrate this plugin to main app. for this I have added quantumgraph dependency to plugin podspec also I have added OTHER_LDFLAGS something like this:
but I am getting error that framework not found 'quantumgraph' so what it wrong in above podspec. |
Experiencg crash for ios-sdk with <ios9 builds.
Fatal Exception: NSInvalidArgumentException
-[UITraitCollection forceTouchCapability]: unrecognized selector sent to instance 0x170e6c4c0
-[QGSdk appDidBecomeActive:]
Can some one know why?
The text was updated successfully, but these errors were encountered: