在XCode 8中获取Firebase MobileAssetError警告

刚刚在我的iphone上下载了XCODE 8和IOS 10。 我在Xcode上收到一些Firebase警告,但是读到他们正在处理它并且你可以继续在手机上运行模拟器而没有任何问题。 构建成功但是我在Xcode上得到了这个输出:

2016-09-15 15:04:54.598607 TheApp[443:51993] [MC]System group container for systemgroup.com.apple.configurationprofiles path is /private/var/containers/Shared/SystemGroup/systemgroup.com.apple.configurationprofiles 2016-09-15 15:04:54.601052 TheApp[443:51993] [MC] Reading from public effective user settings. 2016-09-15 15:05:00.085676 TheApp[443:52259] 0x174146460 Copy matching assets reply: XPC_TYPE_DICTIONARY  { count = 1, transaction: 0, voucher = 0x0, contents = "Result" => : 29 } 2016-09-15 15:05:00.089032 TheApp[443:52259] 0x170147010 Daemon configuration query reply: XPC_TYPE_DICTIONARY  { count = 2, transaction: 0, voucher = 0x0, contents = "Dictionary" =>  { count = 1, transaction: 0, voucher = 0x0, contents = "ServerURL" =>  { count = 3, transaction: 0, voucher = 0x0, contents = "com.apple.CFURL.magic" =>  C3853DCC-9776-4114-B6C1-FD9F51944A6D "com.apple.CFURL.string" =>  { length = 30,contents = "https://mesu.apple.com/assets/" } "com.apple.CFURL.base" => : null-object } } "Result" => : 0 } 2016-09-15 15:05:00.089289 TheApp[443:52259] [MobileAssetError:29] Unable to copy asset information from https://mesu.apple.com/assets/ for asset type com.apple.MobileAsset.TextInput.SpellChecker 

更新了xcode和我的所有pod。 现在一切都运作良好。 如果您遇到同样的问题,请尝试这样做。 新版本可能会遇到这些问题。 发布后定期查找更新有助于摆脱这些事情。