2016-10-05 13:36:21.383340 MyApp[1867:72704] 0x60000015e350 Copy matching assets reply: XPC_TYPE_DICTIONARY  <dictionary: 0x60000015e350> { count = 1, transaction: 0, voucher = 0x0, contents =
    "Result" => <int64: 0x600000226fe0>: 29
}
2016-10-05 13:36:21.385076 MyApp[1867:72704] 0x608000556420 Daemon configuration query reply: XPC_TYPE_DICTIONARY  <dictionary: 0x608000556420> { count = 2, transaction: 0, voucher = 0x0, contents =
    "Dictionary" => <dictionary: 0x6080005566e0> { count = 1, transaction: 0, voucher = 0x0, contents =
        "ServerURL" => <dictionary: 0x608000556790> { count = 3, transaction: 0, voucher = 0x0, contents =
            "com.apple.CFURL.magic" => <uuid: 0x60800024f720> C1234DCC-2276-5214-B6C1-FD9F5191212
            "com.apple.CFURL.string" => <string: 0x608000241ce0> { length = 30, contents = "https://mesu.apple.com/assets/" }
            "com.apple.CFURL.base" => <null: 0x112e42f20>: null-object
        }
    }
    "Result" => <int64: 0x6080004241e0>: 0
}
2016-10-05 13:36:21.385693 MyApp[1867:72704] [MobileAssetError:29] Unable to copy asset information from https://mesu.apple.com/assets/ for asset type com.apple.MobileAsset.TextInput.SpellChecker

我用的是xcode 8版和ios 10版.如果,我在ios 9.3中使用project,它可以正常工作,但当我在ios 10中使用相同的project时,会出现Unable to copy asset information..错误消息.

推荐答案

我最终得出了以下解决方案.遵循这些步骤.

  • Edit Scheme中设置环境变量.
  • 重新启动xcode.
  • 清洁及保养;构建xcode.

&;而不是在我这边完美地工作.

Objective-c相关问答推荐

UITabBar 中的自定义 colored颜色

Objective-C:在字符串中查找数字

将类作为参数传递?

iOS 应用 Display Recorder 如何在不使用私有 API 的情况下录制屏幕?

自动布局和按下时隐藏底栏

iOS 编译错误:CDVCommandDelegateImpl没有可见的@interface 声明 Select 器执行:

获取对 UIApplication 委托的引用

改变 setContentOffset:animated: 的速度?

Facebook 添加测试用户和管理员是:(待定),这是什么意思?

如何初始化 NSString 的数组?

UICollectionView 标头未显示

无法加载从笔尖引用的图像

设置数据后调整 UICollectionView 单元格的大小

如何用 Java 开发 iPhone 应用程序?

以编程方式查找 iphone 的语言环境货币

我可以在 Objective-C switch 语句中声明变量吗?

如何在 UITextField 上自动打开键盘?

如何在 Cocoa 中获取当前日期

如何将 tintColor 应用于 UIImage?

如何让 UITextView 检测网站、邮件和电话号码的链接