iOS8以前向けのアプリのプロジェクトを、iOS9向けにビルドしたバイナリの実行時に、UIActivitiIndicatorが動作しなくなってしまった場合の対処法。
続きを読む
2015年09月19日
iOS9向けバイナリの実行時に「This application is modifying the autolayout engine from a background thread, which can lead to engine corruption and weird crashes. This will cause an exception in a future release と表示された場合の対処
iOS9向けバイナリの実行時に、下記のメッセージがコンソールログに出力された場合の対処法。
続きを読む
This application is modifying the autolayout engine from a background thread, which can lead to engine corruption and weird crashes. This will cause an exception in a future release
続きを読む
iOS9向けバイナリの実行時に長時間を要するネットからのファイルダウンロード時、ログに「void SendDelegateMessage(NSInvocation *): delegate (webView:resource:didFinishLoadingFromDataSource:) failed to return after waiting 10 seconds. main run loop mode: kCFRunLoopDefaultMode」と表示された場合の対処
iOS9向けバイナリの実行時に長時間を要するネットからのファイルダウンロード時、コンソールログに下記のメッセージが出力された場合の対処法。
続きを読む
void SendDelegateMessage(NSInvocation *): delegate (webView:resource:didFinishLoadingFromDataSource:) failed to return after waiting 10 seconds. main run loop mode: kCFRunLoopDefaultMode
続きを読む