iPhone で Swift アプリをデバッグしているときに、謎のエラー メッセージが表示されます。
このメッセージは、Siesta-API-Call の後の performSegue 中に表示されます。
2016-12-06 11:08:36.032131 dl[20878:6372455] [Common] _BSMachError: port 9913; (os/kern) invalid capability (0x14) "Unable to insert COPY_SEND"
2016-12-06 11:08:36.032664 dl[20878:6372455] [Common] _BSMachError: port 9913; (os/kern) invalid name (0xf) "Unable to deallocate send right"
ホームボタンでアプリを閉じると、次のメッセージが表示されます。
2016-12-06 11:08:52.609482 dl[20878:6372455] Cannot snapshot view (<UIKeyboardImpl: 0x13fe16770; frame = (0 0; 414 226); layer = <CALayer: 0x17403eda0>>) with afterScreenUpdates:NO, because the view is not in a window. Use afterScreenUpdates:YES.
なんとなく出始めました。これらを修正する方法はありますか?