google-plus-ios-sdk 1.4.0 NSInvalidArgumentException at GPPService getPreviewForLinkAttachment -


i'm working new google-plus-ios-sdk-1.4.0 (http://googleplusplatform.blogspot.com/2013/10/ios-sdk-1.4.0.html). i've followed walkthrough @ http://www.riskcompletefailure.com/2013/10/google-ios-sdk-140-with-native-sharing.html, googleplussample.xcodeproj within sdk.

however, keep getting exception. i've verified i'm authed. i've tried sharing simple text, url's, deep linking, , call-to-action, keep getting exception below.

it's been less week since release, nothing comes on web searches. know i'm doing wrong?

nsinvalidargumentexception "-[__nscfstring absolutestring]: unrecognized selector sent instance 0x18168b00"    -[gppservice getpreviewforlinkattachment:finished:] + 200,   -[gppnativesharecomposeviewcontroller loadpreviewforlink] + 366,     -[gppnativesharecomposeviewcontroller viewdidload] + 3048,   -[gppnativesharecontroller openwithservice:parameters:] + 940,   -[gppnativesharebuilderimpl open] + 322,     -[mbgoogleplusactivityprovider finishedwithauth:error:] + 666,   __37-[gppsignin addcalldelegatecallback:]_block_invoke + 116,    -[gppcallbackqueue fire] + 158,      __44-[gppsignin addfetchgoogleplususercallback:]_block_invoke_2 + 236,   -[gtlservice handleparsedobjectforfetcher:] + 1136,      main + 116 2013-10-06 23:52:29.644 sampleapp[8755:60b] *** terminating app due uncaught exception 'nsinvalidargumentexception', reason: '-[__nscfstring absolutestring]: unrecognized selector sent instance 0x18168b00' 


Comments

Popular posts from this blog

java.util.scanner - How to read and add only numbers to array from a text file -

rewrite - Trouble with Wordpress multiple custom querystrings -