2016-09-15 33 views
5

剛剛在我的iphone上下載了XCODE 8和IOS 10。我在Xcode上獲得了一些Firebase警告,但讀到他們正在處理它,並且您可以繼續在手機上運行模擬器而不會出現任何問題。構建成功,但我在Xcode上得到這個輸出:在XCode 8中獲取Firebase MobileAssetError警告

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 <dictionary: 0x174146460> { count = 1, 
transaction: 0, voucher = 0x0, contents = "Result" => <int64: 
0x17403a0c0>: 29 } 

2016-09-15 15:05:00.089032 TheApp[443:52259] 0x170147010 Daemon configuration query reply: XPC_TYPE_DICTIONARY <dictionary: 0x170147010> { count = 2, transaction: 0, voucher = 0x0, contents = "Dictionary" => 
<dictionary: 0x1701467d0> { count = 1, transaction: 0, voucher = 0x0, 
contents =  "ServerURL" => <dictionary: 0x170146f60> { count = 3, 
transaction: 0, voucher = 0x0, contents =   "com.apple.CFURL.magic" => <uuid: 0x170258ae0> C3853DCC-9776-4114-B6C1-FD9F51944A6D "com.apple.CFURL.string" => <string: 0x170259fb0> { length = 
30,contents = "https://mesu.apple.com/assets/" } 
"com.apple.CFURL.base" => <null: 0x1b215fe80>: null-object  } } 
"Result" => <int64: 0x170225ce0>: 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 
+0

什麼表示日誌消息來自Firebase? –

+0

我也得到他們。 –

+1

我在使用Firebase時遇到了同樣的情況。拼寫檢查器是否已使用「UITextField」或「UITextView」? – Afonso

回答

1

更新xcode和我的所有豆莢。現在一切正常。如果您遇到同樣的問題,請嘗試這樣做。新版本可能會帶來這些問題。發佈後定期尋找更新有助於擺脫這種情況。