Posts

Post not yet marked as solved
1 Replies
1.5k Views
I created a project using "AR Reality App" template. When I run it, there are following error messages in the debug panel. There is no virtual box of Experience.rcproject in the physical world. What am I missing? I am sure this template was working before my updating iOS and Xcode to current/lates version. My testing environment: Xcode: Version 13.0 (13A233), iOS: 15.0.1 2021-10-08 19:00:56.253834+0300 FirstARProject[13602:894041] Metal GPU Frame Capture Enabled 2021-10-08 19:00:56.254115+0300 FirstARProject[13602:894041] Metal API Validation Enabled 2021-10-08 19:00:57.081193+0300 FirstARProject[13602:894041] [AssetTypes] Registering library (/System/Library/PrivateFrameworks/CoreRE.framework/default.metallib) that already exists in shader manager. Library will be overwritten. 2021-10-08 19:00:57.439006+0300 FirstARProject[13602:894041] [Assets] Resolving material name 'engine:BuiltinRenderGraphResources/AR/suFeatheringCreateMergedOcclusionMask.rematerial' as an asset path -- this usage is deprecated; instead provide a valid bundle 2021-10-08 19:00:57.491103+0300 FirstARProject[13602:894041] [Assets] Resolving material name 'engine:BuiltinRenderGraphResources/AR/arKitPassthrough.rematerial' as an asset path -- this usage is deprecated; instead provide a valid bundle 2021-10-08 19:00:57.493113+0300 FirstARProject[13602:894041] [Assets] Resolving material name 'engine:BuiltinRenderGraphResources/AR/drPostAndComposition.rematerial' as an asset path -- this usage is deprecated; instead provide a valid bundle 2021-10-08 19:00:57.494988+0300 FirstARProject[13602:894041] [Assets] Resolving material name 'engine:BuiltinRenderGraphResources/AR/arSegmentationComposite.rematerial' as an asset path -- this usage is deprecated; instead provide a valid bundle 2021-10-08 19:00:57.497119+0300 FirstARProject[13602:894041] [Assets] Resolving material name 'engine:BuiltinRenderGraphResources/AR/arInPlacePostProcessCombinedPermute0.rematerial' as an asset path -- this usage is deprecated; instead provide a valid bundle 2021-10-08 19:00:57.499372+0300 FirstARProject[13602:894041] [Assets] Resolving material name 'engine:BuiltinRenderGraphResources/AR/arInPlacePostProcessCombinedPermute1.rematerial' as an asset path -- this usage is deprecated; instead provide a valid bundle 2021-10-08 19:00:57.500704+0300 FirstARProject[13602:894041] [Assets] Resolving material name 'engine:BuiltinRenderGraphResources/AR/arInPlacePostProcessCombinedPermute2.rematerial' as an asset path -- this usage is deprecated; instead provide a valid bundle 2021-10-08 19:00:57.524705+0300 FirstARProject[13602:894041] [Assets] Resolving material name 'engine:BuiltinRenderGraphResources/AR/arInPlacePostProcessCombinedPermute3.rematerial' as an asset path -- this usage is deprecated; instead provide a valid bundle 2021-10-08 19:00:57.526440+0300 FirstARProject[13602:894041] [Assets] Resolving material name 'engine:BuiltinRenderGraphResources/AR/arInPlacePostProcessCombinedPermute4.rematerial' as an asset path -- this usage is deprecated; instead provide a valid bundle 2021-10-08 19:00:57.527467+0300 FirstARProject[13602:894041] [Assets] Resolving material name 'engine:BuiltinRenderGraphResources/AR/arInPlacePostProcessCombinedPermute5.rematerial' as an asset path -- this usage is deprecated; instead provide a valid bundle 2021-10-08 19:00:57.528473+0300 FirstARProject[13602:894041] [Assets] Resolving material name 'engine:BuiltinRenderGraphResources/AR/arInPlacePostProcessCombinedPermute6.rematerial' as an asset path -- this usage is deprecated; instead provide a valid bundle 2021-10-08 19:00:57.529441+0300 FirstARProject[13602:894041] [Assets] Resolving material name 'engine:BuiltinRenderGraphResources/AR/arInPlacePostProcessCombinedPermute7.rematerial' as an asset path -- this usage is deprecated; instead provide a valid bundle 2021-10-08 19:00:57.530827+0300 FirstARProject[13602:894041] [Foundation.Serialization] Json Parse Error line 18: Json Deserialization; unknown member 'EnableARProbes' - skipping. 2021-10-08 19:00:57.530896+0300 FirstARProject[13602:894041] [Foundation.Serialization] Json Parse Error line 20: Json Deserialization; unknown member 'EnableGuidedFilterOcclusion' - skipping. 2021-10-08 19:01:01.877601+0300 FirstARProject[13602:894041] throwing -10878 2021-10-08 19:01:01.879167+0300 FirstARProject[13602:894041] throwing -10878 2021-10-08 19:01:01.879276+0300 FirstARProject[13602:894041] throwing -10878 2021-10-08 19:01:01.879796+0300 FirstARProject[13602:894041] throwing -10878 2021-10-08 19:01:01.879906+0300 FirstARProject[13602:894041] throwing -10878 2021-10-08 19:01:01.880011+0300 FirstARProject[13602:894041] throwing -10878 2021-10-08 19:01:01.880096+0300 FirstARProject[13602:894041] throwing -10878 2021-10-08 19:01:01.880177+0300 FirstARProject[13602:894041] throwing -10878 2021-10-08 19:01:01.880450+0300 FirstARProject[13602:894041] throwing -10878 2021-10-08 19:01:02.732980+0300 FirstARProject[13602:894398] [Technique] ARWorldTrackingTechnique <0x11a48d2e0>: World tracking performance is being affected by resource constraints [2]
Posted
by gmu04.
Last updated
.
Post not yet marked as solved
0 Replies
461 Views
Open "Preferences". Go to "Componenets" tab. There are any simulators, or any downloading options available. iOS 14 comes with new features. However it is not 100% backward compatible. Many features need to tested and fixed for earlier iOS versions using simulator(s).
Posted
by gmu04.
Last updated
.