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
続きを読む
2015年09月17日
Xcode7のiOS9向けビルドで、"All interface orientations must be supported unless the app requires full screen"と警告が出る場合の対処
Xcode7のiOS9向けビルドで、下記の警告が出る場合の対処
続きを読む
All interface orientations must be supported unless the app requires full screen.
A launch storyboard or xib must be provided unless the app requires full screen.
続きを読む
Xcode7でiOS9向けビルド時にsupportedInterfaceOrientationsで警告が出る場合の対処
Xcode7でiOS9向けビルド時にsupportedInterfaceOrientationsで下記の警告が出る場合、iOS9とそれ以前で切り替える。
続きを読む
"Conflicting return type in implementation of 'supportedInterfaceOrientations': 'UIInterfaceOrientationMask' (aka 'enum UIInterfaceOrientationMask') vs 'NSUInteger' (aka 'unsigned long')"
続きを読む

