2016-10-05 36 views
8

UITextView僅在iOS 10的控制檯中引發錯誤,但它在iPhone上正常工作,只有當我更新到iOS 10時纔會出現錯誤。在iOS 9.3中,這很好。UITextView錯誤只在iOS 10控制檯上 - 設備工作正常

Copy matching assets reply: XPC_TYPE_DICTIONARY <dictionary: 0x174147bc0> { count = 2, transer = 0x0, contents = 
    "Assets" => <data: 0x17466e6c0>: { length = 2114 bytes, contents = 0x62706c6973743030d4010203040506e9ea58247665727369... } 
    "Result" => <int64: 0x174430cc0>: 0 
} 
Copy assets attributes reply: XPC_TYPE_DICTIONARY <dictionary: 0x170144ba0> { count = 1, transaction: 0, voucher = 0x0, contents = 
    "Result" => <int64: 0x170435e40>: 1 
} 
[MobileAssetError:1] Unable to copy asset attributes 
2016-10-05 14:24:20.431267 EndPointScanning[5761:1474337] 0x170144830 Copy assets attributes reply: XPC_TYPE_DICTIONARY <dictionary: 0x170144830> { count = 1, transaction: 0, voucher = 0x0, contents = 
    "Result" => <int64: 0x170436860>: 1 
} 
[MobileAssetError:1] Unable to copy asset attributes 
+0

重複http://stackoverflow.com/questions/37800790/hide-strange-unwanted-xcode-8-logs – ppaulojr

回答

9

文選Swift3 iOS的10 *

在Xcode的菜單轉至產品>方案>編輯計劃...

然後選擇參數,並在環境變量添加選項 -

OS_ACTIVITY_MODE =禁用

enter image description here

+0

這是一個正確的答案。 'OS_ACTIVITY_MODE =禁用'嗯,也許在未來的iOS與MacOS或iOS的應用程序將在macOS上工作。 –

+0

是的,我也這樣做,爲我工作 – tharun

相關問題