まず、iPadストーリーボードのSplit View Controllerの詳細ビューを置き換える3つの異なるUIViewを取得しました
IOS8 iPadでも問題なく動作します。しかし、詳細ビューの1つをロードすると、iOS7およびiOS 6シミュレーターで実行するとアプリがクラッシュします。
ストーリーボードの自動レイアウトが原因であると思います。
誰かがそれを修正する方法を知っていますか?
2014-09-25 04:15:19.705 PSTappsperance[48327:60b] Pad AppDelegate ########
2014-09-25 04:15:27.869 PSTappsperance[48327:60b] *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: 'Unable to create description in descriptionForLayoutAttribute_layoutItem_coefficient. Something is nil'
*** First throw call stack:
(
0 CoreFoundation 0x0000000110a5c495 __exceptionPreprocess + 165
1 libobjc.A.dylib 0x00000001107af99e objc_exception_throw + 43
2 CoreFoundation 0x0000000110a5c2ad +[NSException raise:format:] + 205
3 Foundation 0x00000001104ec548 descriptionForLayoutAttribute_layoutItem_coefficient + 145
4 Foundation 0x00000001104ec3bc -[NSLayoutConstraint equationDescription] + 216
5 Foundation 0x00000001104ec831 -[NSLayoutConstraint description] + 297
6 CoreFoundation 0x0000000110a1d1b9 -[NSArray descriptionWithLocale:indent:] + 345
7 Foundation 0x000000011037e14e _NSDescriptionWithLocaleFunc + 64
8 CoreFoundation 0x00000001109e1244 __CFStringAppendFormatCore + 7252
9 CoreFoundation 0x0000000110a1f913 _CFStringCreateWithFormatAndArgumentsAux + 115
10 CoreFoundation 0x0000000110a7fa5b _CFLogvEx + 123
11 Foundation 0x00000001103ae276 NSLogv + 79
12 Foundation 0x00000001103ae20a NSLog + 148
13 UIKit 0x000000010f927097 -[UIView(UIConstraintBasedLayout_EngineDelegate) engine:willBreakConstraint:dueToMutuallyExclusiveConstraints:] + 62
14 Foundation 0x00000001104e32ac -[NSISEngine handleUnsatisfiableRowWithHead:body:usingInfeasibilityHandlingBehavior:mutuallyExclusiveConstraints:] + 521
15 Foundation 0x00000001104e49b1 -[NSISEngine tryUsingArtificialVariableToAddConstraintWithMarker:rowBody:usingInfeasibilityHandlingBehavior:mutuallyExclusiveConstraints:] + 353
16 Foundation 0x000000011039c26b -[NSISEngine tryToAddConstraintWithMarker:expression:integralizationAdjustment:mutuallyExclusiveConstraints:] + 663
17 Foundation 0x00000001104ed180 -[NSLayoutConstraint _addLoweredExpression:toEngine:integralizationAdjustment:lastLoweredConstantWasRounded:mutuallyExclusiveConstraints:] + 275
18 Foundation 0x00000001103981b0 -[NSLayoutConstraint _addToEngine:integralizationAdjustment:mutuallyExclusiveConstraints:] + 204
19 UIKit 0x000000010f923f41 __57-[UIView(AdditionalLayoutSupport) _switchToLayoutEngine:]_block_invoke_2 + 413
20 Foundation 0x00000001104e529a -[NSISEngine withBehaviors:performModifications:] + 119
21 UIKit 0x000000010f923d7d __57-[UIView(AdditionalLayoutSupport) _switchToLayoutEngine:]_block_invoke + 401
22 UIKit 0x000000010f923bc3 -[UIView(AdditionalLayoutSupport) _switchToLayoutEngine:] + 197
23 UIKit 0x000000010f923e57 __57-[UIView(AdditionalLayoutSupport) _switchToLayoutEngine:]_block_invoke_2 + 179
24 Foundation 0x00000001104e529a -[NSISEngine withBehaviors:performModifications:] + 119
25 UIKit 0x000000010f923d7d __57-[UIView(AdditionalLayoutSupport) _switchToLayoutEngine:]_block_invoke + 401
26 UIKit 0x000000010f923bc3 -[UIView(AdditionalLayoutSupport) _switchToLayoutEngine:] + 197
27 UIKit 0x000000010f3ab975 __45-[UIView(Hierarchy) _postMovedFromSuperview:]_block_invoke + 95
28 Foundation 0x00000001104e529a -[NSISEngine withBehaviors:performModifications:] + 119
29 UIKit 0x000000010f3ab889 -[UIView(Hierarchy) _postMovedFromSuperview:] + 321
30 UIKit 0x000000010f3b52ac -[UIView(Internal) _addSubview:positioned:relativeTo:] + 1508
31 UIKit 0x000000010f632778 -[UINavigationTransitionView transition:fromView:toView:] + 454
32 UIKit 0x000000010f6325b0 -[UINavigationTransitionView transition:toView:] + 25
33 UIKit 0x000000010f46f4d7 -[UINavigationController _startTransition:fromViewController:toViewController:] + 2893
34 UIKit 0x000000010f46f787 -[UINavigationController _startDeferredTransitionIfNeeded:] + 547
35 UIKit 0x000000010f470238 -[UINavigationController __viewWillLayoutSubviews] + 43
36 UIKit 0x000000010f58a895 -[UILayoutContainerView layoutSubviews] + 202
37 UIKit 0x000000010f3b7993 -[UIView(CALayerDelegate) layoutSublayersOfLayer:] + 354
38 QuartzCore 0x000000011427c802 -[CALayer layoutSublayers] + 151
39 QuartzCore 0x0000000114271369 _ZN2CA5Layer16layout_if_neededEPNS_11TransactionE + 363
40 QuartzCore 0x00000001142711ea _ZN2CA5Layer28layout_and_display_if_neededEPNS_11TransactionE + 24
41 QuartzCore 0x00000001141e4fb8 _ZN2CA7Context18commit_transactionEPNS_11TransactionE + 252
42 QuartzCore 0x00000001141e6030 _ZN2CA11Transaction6commitEv + 394
43 QuartzCore 0x00000001141e669d _ZN2CA11Transaction17observer_callbackEP19__CFRunLoopObservermPv + 89
44 CoreFoundation 0x0000000110a27dc7 __CFRUNLOOP_IS_CALLING_OUT_TO_AN_OBSERVER_CALLBACK_FUNCTION__ + 23
45 CoreFoundation 0x0000000110a27d37 __CFRunLoopDoObservers + 391
46 CoreFoundation 0x0000000110a07522 __CFRunLoopRun + 946
47 CoreFoundation 0x0000000110a06d83 CFRunLoopRunSpecific + 467
48 GraphicsServices 0x0000000112dbdf04 GSEventRunModal + 161
49 UIKit 0x000000010f357e33 UIApplicationMain + 1010
50 PSTappsperance 0x000000010f092653 main + 115
51 libdyld.dylib 0x00000001114b05fd start + 1
52 ??? 0x0000000000000001 0x0 + 1
)libc++abi.dylib: terminating with uncaught exception of type NSException
解決しました。自動レイアウトの制約が原因でした。
幅を決定するために知らないラベルがありました。
しかし、なぜiOS 8でしか機能しないのですか? Xcode 6で幅を決定するために2つの制約を固定しました
Trailing Space to: superview
Leading Space to: superview
制約を固定する場合、「マージンへの制約」オプションがあり、これはXcode 6でデフォルトでチェックされています。古いバージョンではサポートされていません。
このクラッシュは、iOS 7
の制約にMarginsおよびbaselinesを指定してアプリを実行すると発生します。
Xcode
はInterface Builder
でこれらのすべての制約を正しく強調表示しないため、次のソリューションを使用できます。
Xcode
(\w)Margin"
を使用してすべての出現箇所を検索し、それらをすべて次のパターンに置き換えます:\1"
(正規表現バージョンはSublime 2で使用されているものです).*"baseline".*\n
Xcode
で開きます。pdate:「ベースライン」制約によりクラッシュも発生することがわかりましたが、Xcodeではこれらの制約に関する警告は表示されません!
あなたは正しい@Kyleです。これは、自動レイアウトの制約が原因で発生しています。 @Mazen、私の場合も「First Baseline Alignment」でしたが、削除して機能しました。問題を検出/解決するためのチェックをいくつか示します。
このエラーの原因となっているストーリーボードを検出するには、簡単なチェックを実行できます。 [ファイルインスペクタ]で、選択したストーリーボードの[自動レイアウトを使用]をオフにします。次に、アプリケーションをクリーンアップしてビルドします。それでも同じエラーが発生する場合は、このエラーの原因となっている制約が別のストーリーボードまたはコードにあることを意味します。
ストーリーボードを特定したら、Add Missing Constraintsまたは他の同様のオプションを使用して、ストーリーボードによって表示されるエラーと警告を解決します。
このエラーの原因となっている制約をフィルターに掛けます。一度に3〜4個の制約を削除し(さらに削除して高速化できます)、エラーが解決したかどうかを確認します。エラーが解決したら、このエラーの原因となった正確な制約を特定します。
「マージンの制約」について。私の場合、これはいくつかの制約でチェックされていますが、iOS8以下ではエラー/警告は発生していません。
このリンクを使用して、自動レイアウトの問題を解決できます。 自動レイアウトの問題の解決
これが誰かを助けることを願っています。