gpt4 book ai didi

UIActivityViewController xcode 警告

转载 作者:行者123 更新时间:2023-12-03 20:53:45 26 4
gpt4 key购买 nike

当我点击我的 barButtomItem 将内容从我的应用程序分享到 FB、Tw、微博和邮件时,我在调试区域收到了这条消息。 iOS6 XCode 4.5.1

2013-03-08 15:59:31.609 cytology[2088:1cd03] Launch Services: Registering unknown app identifier com.apple.mobilemail failed 2013-03-08 15:59:31.610 cytology[2088:1cd03] Launch Services: Unable to find app identifier com.apple.mobilemail

这是我的代码:

-(IBAction)shareButtonPressed:(id)sender {
NSLog(@"shareButton pressed");

NSString *texttoshare = _txt;
UIImage *imagetoshare = _img;
NSArray *activityItems = @[texttoshare, imagetoshare];
UIActivityViewController *activityVC = [[UIActivityViewController alloc] initWithActivityItems:activityItems applicationActivities:nil];
activityVC.excludedActivityTypes = @[UIActivityTypeAssignToContact, UIActivityTypePrint];
[self presentViewController:activityVC animated:TRUE completion:nil];
}

尽管有编译警告消息,但我能够成功发布和发送邮件...我读了一些关于使用外部库的内容,但我不喜欢这个解决方案。我确定我错过了一些明显的东西。

任何帮助将不胜感激

最佳答案

据我所知,社交框架和模拟器存在问题。您是否在真实设备上尝试过?

可能是因为模拟器没有邮件应用

关于UIActivityViewController xcode 警告,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/15297179/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com