Ios7 无法从iOS共享到GooglePlus

Ios7 无法从iOS共享到GooglePlus,ios7,google-plus,Ios7,Google Plus,我正在我的应用程序中开发社交软件包,并使用多个社交网络开发共享。在为iOS实现Google+SDK时,我登录并检索了我的帐户信息,但当我开始共享时,应用程序崩溃 id<GPPNativeShareBuilder> shareBuilder = [[GPPShare sharedInstance] nativeShareDialog]; [shareBuilder setPrefillText:obj_featured.title]; UIImage *image = [self ca

我正在我的应用程序中开发社交软件包,并使用多个社交网络开发共享。在为iOS实现Google+SDK时,我登录并检索了我的帐户信息,但当我开始共享时,应用程序崩溃

id<GPPNativeShareBuilder> shareBuilder = [[GPPShare sharedInstance] nativeShareDialog];
[shareBuilder setPrefillText:obj_featured.title];
UIImage *image = [self captureScreenShot];
[shareBuilder attachImage:image];
[shareBuilder open];

也许您必须将
UIImage
转换为
NSData
(纯粹是猜测)。你的SDK是最后一个吗?你能解决这个问题吗?我有完全相同的问题。有人找到解决上述问题的方法吗?
 *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '*** -[__NSPlaceholderDictionary initWithObjects:forKeys:count:]: attempt to insert nil object from objects[1]'
*** First throw call stack:
(0x2e783fd3 0x38ffcccf 0x2e6c2463 0x2e6c222b 0x1e7cd5 0x1c014f 0x1e9f31 0x1ea21d 0x1ea429             0x1c07f3 0x201179 0x2f16cc73 0x2e74f25b 0x2e74e72b 0x2e74cf1f 0x2e6b7f0f 0x2e6b7cf3 0x33610663 0x3100316d 0x106131 0x39509ab7)
libc++abi.dylib: terminating with uncaught exception of type NSException