2015年09月19日

UIActivitiIndicatorが動作しない場合の対処

iOS8以前向けのアプリのプロジェクトを、iOS9向けにビルドしたバイナリの実行時に、UIActivitiIndicatorが動作しなくなってしまった場合の対処法。

続きを読む
ラベル:Mac apple IOS iPhone
posted by mobileDeveloper at 21:41 | Comment(0) | TrackBack(0) | トラブルシューティング | このブログの読者になる | 更新情報をチェックする

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


続きを読む
ラベル:Mac apple iPAD IOS iPhone
posted by mobileDeveloper at 21:24 | Comment(0) | TrackBack(0) | トラブルシューティング | このブログの読者になる | 更新情報をチェックする

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

続きを読む
ラベル:apple iPAD Mac IOS iPhone
posted by mobileDeveloper at 13:04 | Comment(0) | TrackBack(0) | トラブルシューティング | このブログの読者になる | 更新情報をチェックする

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.


続きを読む
ラベル:apple iPAD Mac IOS iPhone
posted by mobileDeveloper at 22:59 | Comment(0) | TrackBack(0) | トラブルシューティング | このブログの読者になる | 更新情報をチェックする

Xcode7でiOS9向けビルド時にsupportedInterfaceOrientationsで警告が出る場合の対処

Xcode7でiOS9向けビルド時にsupportedInterfaceOrientationsで下記の警告が出る場合、iOS9とそれ以前で切り替える。
"Conflicting return type in implementation of 'supportedInterfaceOrientations': 'UIInterfaceOrientationMask' (aka 'enum UIInterfaceOrientationMask') vs 'NSUInteger' (aka 'unsigned long')"

 
続きを読む
ラベル:apple iPAD Mac IOS iPhone
posted by mobileDeveloper at 22:28 | Comment(0) | TrackBack(0) | トラブルシューティング | このブログの読者になる | 更新情報をチェックする