arkit-swift icon indicating copy to clipboard operation
arkit-swift copied to clipboard

The example app is crashed when chosing a cup

Open SavinovJr opened this issue 6 years ago • 0 comments

Hi. I've started watching your course and downloaded example app to test it. But unfortunatelly, the app is crashed when I choice a cup. Could you please take a look on it?

2019-02-25 11:01:17.631128+0300 ARKitExample[16471:5092486] [DYMTLInitPlatform] platform initialization successful 2019-02-25 11:01:17.689329+0300 ARKitExample[16471:5092408] [MC] System group container for systemgroup.com.apple.configurationprofiles path is /private/var/containers/Shared/SystemGroup/systemgroup.com.apple.configurationprofiles 2019-02-25 11:01:17.690120+0300 ARKitExample[16471:5092408] [MC] Reading from public effective user settings. 2019-02-25 11:01:17.958455+0300 ARKitExample[16471:5092408] [LayoutConstraints] The view hierarchy is not prepared for the constraint: <NSLayoutConstraint:0x1d4088f20 UIVisualEffectView:0x145e201b0.centerX == UIVisualEffectView:0x145e1fd50.centerX (inactive)> When added to a view, the constraint's items must be descendants of that view (or the view itself). This will crash if the constraint needs to be resolved before the view hierarchy is assembled. Break on -[UIView(UIConstraintBasedLayout) _viewHierarchyUnpreparedForConstraint:] to debug. 2019-02-25 11:01:17.958871+0300 ARKitExample[16471:5092408] [LayoutConstraints] The view hierarchy is not prepared for the constraint: <NSLayoutConstraint:0x1d408a820 UIVisualEffectView:0x145e201b0.height == UIVisualEffectView:0x145e1fd50.height (inactive)> When added to a view, the constraint's items must be descendants of that view (or the view itself). This will crash if the constraint needs to be resolved before the view hierarchy is assembled. Break on -[UIView(UIConstraintBasedLayout) _viewHierarchyUnpreparedForConstraint:] to debug. 2019-02-25 11:01:17.958925+0300 ARKitExample[16471:5092408] [LayoutConstraints] The view hierarchy is not prepared for the constraint: <NSLayoutConstraint:0x1d408a870 UIVisualEffectView:0x145e201b0.centerY == UIVisualEffectView:0x145e1fd50.centerY (inactive)> When added to a view, the constraint's items must be descendants of that view (or the view itself). This will crash if the constraint needs to be resolved before the view hierarchy is assembled. Break on -[UIView(UIConstraintBasedLayout) _viewHierarchyUnpreparedForConstraint:] to debug. 2019-02-25 11:01:17.958978+0300 ARKitExample[16471:5092408] [LayoutConstraints] The view hierarchy is not prepared for the constraint: <NSLayoutConstraint:0x1d408a8c0 UIVisualEffectView:0x145e201b0.width == UIVisualEffectView:0x145e1fd50.width (inactive)> When added to a view, the constraint's items must be descendants of that view (or the view itself). This will crash if the constraint needs to be resolved before the view hierarchy is assembled. Break on -[UIView(UIConstraintBasedLayout) _viewHierarchyUnpreparedForConstraint:] to debug. 2019-02-25 11:01:17.962231+0300 ARKitExample[16471:5092408] Metal GPU Frame Capture Enabled 2019-02-25 11:01:17.971036+0300 ARKitExample[16471:5092408] Metal API Validation Enabled validateFunctionArguments:3341: failed assertion Vertex Function(commonprofile_vert): argument scn_commonprofile[0] from buffer(3) with offset(0) and length(288) has space for 288 bytes, but argument has a length(352).

SavinovJr avatar Feb 25 '19 08:02 SavinovJr