Copyright (C) iPhoneアプリ開発備忘録 All rights reserved.
ブログ内で記したコード、内容の正確性は保証いたしません。
記載内容を実装したことにより発生した不具合・損害等の責任は一切負いません。



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


続きを読む
タグ:Mac apple iPAD IOS iPhone
posted by mobileDeveloper at 21:24 | 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向けバイナリの実行時に長時間を要するネットからのファイルダウンロード時、ログに「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) | トラブルシューティング はてなブックマーク - 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.


続きを読む
タグ:apple iPAD Mac IOS iPhone
posted by mobileDeveloper at 22:59 | Comment(0) | TrackBack(0) | トラブルシューティング はてなブックマーク - Xcode7のiOS9向けビルドで、 | このブログの読者になる | 更新情報をチェックする

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) | トラブルシューティング はてなブックマーク - Xcode7でiOS9向けビルド時にsupportedInterfaceOrientationsで警告が出る場合の対処 | このブログの読者になる | 更新情報をチェックする

2015年01月28日

Auto Layoutで制約をかけたxibの実行時に、Unable to simultaneously satisfy constraints. と表示された場合の対処法

Auto Layoutを定義したxibを実行時に表示させたときにログに下記メッセージが表示された場合の対処法。
Unable to simultaneously satisfy constraints.

Probably at least one of the constraints in the following list is one you don't want. Try this: (1) look at each constraint and try to figure out which you don't expect; (2) find the code that added the unwanted constraint or constraints and fix it. (Note: If you're seeing NSAutoresizingMaskLayoutConstraints that you don't understand, refer to the documentation for the UIView property translatesAutoresizingMaskIntoConstraints)

Unable to simultaneously satisfy constraints. は訳すると、「同時に制約を満たすことができない」ということだから、xibに相反する制約が定義されているということである。

続きを読む
posted by mobileDeveloper at 16:15 | Comment(0) | TrackBack(0) | トラブルシューティング はてなブックマーク - Auto Layoutで制約をかけたxibの実行時に、Unable to simultaneously satisfy constraints. と表示された場合の対処法 | このブログの読者になる | 更新情報をチェックする
Apple、Appleのロゴ、App Store、iPodのロゴ、iTunesは、米国および他国のApple Inc.の登録商標です。
iPhone、iPod touch、iPadはApple Inc.の商標です。
iPhone商標は、アイホン株式会社のライセンスに基づき使用されています。
その他、本ブログに記載されている製品名、会社名は、それぞれ各社の商標または登録商標です。
×

この広告は90日以上新しい記事の投稿がないブログに表示されております。