Skip to content
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

Open
BharathBob opened this issue Jan 27, 2017 · 6 comments
Open

Crash for <ios9 builds #3

BharathBob opened this issue Jan 27, 2017 · 6 comments

Comments

@BharathBob
Copy link

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?

@quantumgraph
Copy link
Collaborator

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.

@BharathBob
Copy link
Author

@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.

@quantumgraph
Copy link
Collaborator

@BharathBob Yes, 3.0.2 is a good version. I'll check and get back to you.

@BharathBob
Copy link
Author

seems the required deployment targets are changed to iOS 9 minimum?

@BharathBob
Copy link
Author

screen shot 2017-01-28 at 3 24 35 pm

@Tejas7194
Copy link

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:

 s.ios.deployment_target  = "10.0"
s.platform     = :ios, '10.0'
s.requires_arc = true
s.swift_version = '5.1'
s.frameworks = 'UserNotifications', 'UIKit', 'Foundation', 'UserNotificationsUI'
s.source_files = 'PluginClasses/**/*.{swift,h,m}'
s.resources = 'Resources/**/*.{storyboard,xib,xcassets,png,plist}'

# Public frameworks
s.dependency 'quantumgraph'

s.xcconfig =  { 'CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES' => 'YES',
            'ENABLE_BITCODE' => 'YES',
            'SWIFT_VERSION' => '5.1',
            'OTHER_LDFLAGS' => '-framework "quantumgraph"'

but I am getting error that framework not found 'quantumgraph' so what it wrong in above podspec.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants