I am integrating google plus with my ios project.....
i include all steps for integration from https://developers.google.com/+/mobile/ios/sign-in
The sign page perfectly appar but while i click on share button which contain code
- (IBAction)TestShareOnG:(id)sender {
id<GPPNativeShareBuilder> shareBuilder = [[GPPShare sharedInstance] nativeShareDialog];
[shareBuilder open];
}
the appliction crash and error occur..
Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: 'Google Plus fallback bundle could not be found. Please include it in the project.'