Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

.NET 9, Preview 6 Doesn't run on real iOS device #1282

Closed
richaplinvs opened this issue Jul 12, 2024 · 10 comments
Closed

.NET 9, Preview 6 Doesn't run on real iOS device #1282

richaplinvs opened this issue Jul 12, 2024 · 10 comments
Assignees
Labels
area-maui bug Something isn't working vs-sync Add this label to synchronize the issue to AzDo vs-syncd Linked to AzDO

Comments

@richaplinvs
Copy link

richaplinvs commented Jul 12, 2024

Describe the Issue

Upgraded from .NET 9, Preview 4 (9.0.100-preview.4.24267.66) to .NET 9, Preview 6 (9.0.100-preview.6.24328.19) prevents app from running on a real iOS device. The app shows the splash screen and then closes but is still visible in the App Switcher.

Note - we had upgraded to Preview 5 but there was an issue with DataTemplates that was too significant to workaround. It also ran ok.

I can create a new app and have the same issue. e.g. dotnet new maui -n MyMauiApp. I used a global.json file set to 9.0.100-preview.6.24328.19 to create the test app.

MyMauiApp runs ok on 9.0.100-preview.4.24267.66 but not on 9.0.100-preview.6.24328.19.

Steps To Reproduce

dotnet new maui -n MyMauiApp
global.json file set to 9.0.100-preview.6.24328.19
Apple silicon macs running macOS Sonoma 14.5 (23F79)
Run on a real iOS device via Visual Studio Code

Expected Behavior

I'd expect the app to run up past the splash screen and show the HomePage. The Preview 6 shows the splash screen before closing. There's no Apple crash report and the app is still available in the App Switcher. However selecting the app from the App Switcher just causes the splash screen to be visible for a short while and then the app disappears; and can once again be found in the App Switcher.

Runs find on iOS sim, Android real and sim devices.

Environment Information

Apple silicon macs running macOS Sonoma 14.5 (23F79)

VSCode
Version: 1.91.1
Commit: f1e16e1e6214d7c44d078b1f0607b2388f29d729
Date: 2024-07-09T22:07:46.768Z
Electron: 29.4.0
ElectronBuildId: 9728852
Chromium: 122.0.6261.156
Node.js: 20.9.0
V8: 12.2.281.27-electron.0
OS: Darwin arm64 23.5.0

.NET MAUI plugin v1.2.3 or v1.1.16 (both give the same result)
C# DevKit v1.9.2 or v1.8.14 (both give the same result)
| VS Bug 2173312

@richaplinvs richaplinvs added the bug Something isn't working label Jul 12, 2024
@richaplinvs
Copy link
Author

It's also worth mentioning that none of the entry points can be debugged, or any console output visible before the app closes. e.g. CreateMauiApp(), FinishedLaunching().

@richaplinvs
Copy link
Author

We have been using maui.configuration.experimental.useVSDbg set to false since .NET 9. We have tried re-enabling it too and has no effect on execution.

@RobbiewOnline
Copy link

+1 - I have the same issue. I did try overwriting the NuGet versions of MAUI & Debug, but it made no difference.

	<ItemGroup>
		<PackageReference Include="Microsoft.Maui.Controls" Version="9.0.0-preview.6.24327.7" /> <!-- File>New is set to $(MauiVersion) -->
		<PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="9.0.0-preview.6.24327.7" /> <!-- File>New is set to 9.0.0-preview.6.24321.8 -->
	</ItemGroup>

Like @richaplinvs says, the only way to get the sample project working is to change the global, such that version is set to preview 4 not preview 5 or 6.

Example...

{
  "sdk": {
    "INFO": "From command line type  dotnet --list-sdks to get the list of installed dotnet SDKs",
    "version" : "9.0.100-preview.4.24267.66",
    "bad-version": "9.0.100-preview.6.24328.19"
  }
}

@RobbiewOnline
Copy link

RobbiewOnline commented Jul 12, 2024

Here's the full project that doesn't run on dotnet9 preview 5 or preview 6.

Note change the application ID to one that your provisioning profile supports (in mauitest.csproj)

<ApplicationId>com.yourcompany</ApplicationId>

vs-maui-virgin.zip

Note it works in

✅ Mac Catalyst (desktop) and to the
✅ iOS Simulator, but fails to run on the
❌ Physical iOS device (installs > splash screen > terminates) - tested on iOS 17.5.1 and 18.0 beta (22A5297f)

Simply changing to preview 4 will enable the sample project to deploy and run to the physical device.

@RobbiewOnline
Copy link

Extracted the device logs for mention of my applicationid and this is what is captured during launch of the app.

    <UITouch: 0xacab104d0> type: Direct phase: Began tap count: 1 force: 0.000 window: <SBHomeScreenWindow: 0xaca9cbaa0; HomeScreen-0xaca9cbaa0-5; baseClass = UIWindow; frame = (0 0; 375 667); clipsToBounds = YES; opaque = NO; autoresize = W+H; gestureRecognizers = <NSArray: 0x3007a8450>; layer = <UIWindowLayer: 0x3007a9680>> responder: <SBIconView: 0xaca12a200; frame: {{27, 470}, {60, 74}}; icon: <SBApplicationIcon: 0x30270c100; nodeID: com.myapp.example; bundleID: com.myapp.example>; location: SBIconLocationRoot; isTouchDownInIcon: YES> location in window: {50.5, 513} previous location in window: {50.5, 513} location in view: {23.5, 43} previous location in view: {23.5, 43}

    "sceneID:com.myapp.example-default" = 1;

default	21:58:44.817769+0100	SpringBoard	Asked to bootstrap a new process with identity: app<com.myapp.example(195463C9-7E4D-48E0-83B5-E88FA15340ED)>

default	21:58:44.817842+0100	SpringBoard	Creating process (sync=true) with identity: app<com.myapp.example(195463C9-7E4D-48E0-83B5-E88FA15340ED)>

default	21:58:44.817977+0100	SpringBoard	Created <FBWorkspace: 0x303ff11e0; app<com.myapp.example(195463C9-7E4D-48E0-83B5-E88FA15340ED)>>

default	21:58:44.818053+0100	SpringBoard	Bootstrapping app<com.myapp.example(195463C9-7E4D-48E0-83B5-E88FA15340ED)> with intent foreground-interactive

default	21:58:44.819642+0100	runningboardd	Acquiring assertion targeting app<com.myapp.example(195463C9-7E4D-48E0-83B5-E88FA15340ED)> from originator [osservice<com.apple.SpringBoard>:34] with description <RBSAssertionDescriptor| "FBApplicationProcess" ID:33-34-2449 target:app<com.myapp.example(195463C9-7E4D-48E0-83B5-E88FA15340ED)> attributes:[

default	21:58:44.819678+0100	runningboardd	Assertion 33-34-2449 (target:app<com.myapp.example(195463C9-7E4D-48E0-83B5-E88FA15340ED)>) will be created as active

default	21:58:44.819911+0100	runningboardd	Executing launch request for app<com.myapp.example(195463C9-7E4D-48E0-83B5-E88FA15340ED)> (FBApplicationProcess)

default	21:58:44.822755+0100	runningboardd	Creating and launching job for: app<com.myapp.example(195463C9-7E4D-48E0-83B5-E88FA15340ED)>

default	21:58:44.822788+0100	runningboardd	_mutateContextIfNeeded called for com.myapp.example

default	21:58:44.828371+0100	runningboardd	app<com.myapp.example(195463C9-7E4D-48E0-83B5-E88FA15340ED)>: -[RBPersonaManager personaForIdentity:context:personaUID:personaUniqueString:] required 0.007987 ms (wallclock); resolved to {1000, 195463C9-7E4D-48E0-83B5-E88FA15340ED}

default	21:58:44.828411+0100	runningboardd	'app<com.myapp.example(195463C9-7E4D-48E0-83B5-E88FA15340ED)>' Skipping container path lookup because containerization was prevented (<RBSLaunchContext: 0xb34bb35c0>)

default	21:58:44.828447+0100	runningboardd	'app<com.myapp.example(195463C9-7E4D-48E0-83B5-E88FA15340ED)>' Constructed job description:

	"_ResourceCoalition" => <string: 0xb34a95b30> { length = 75, contents = "app<com.myapp.example(195463C9-7E4D-48E0-83B5-E88FA15340ED)>" }

	"CFBundleIdentifier" => <string: 0xb34a97450> { length = 32, contents = "com.myapp.example" }

				"EAI" => <string: 0xb34a96d00> { length = 32, contents = "com.myapp.example" }

	"Label" => <string: 0xb34a94ba0> { length = 66, contents = "UIKitApplication:com.myapp.example[8202][rb-legacy]" }

default	21:58:44.828856+0100	runningboardd	[app<com.myapp.example(195463C9-7E4D-48E0-83B5-E88FA15340ED)>:1291] Memory Limits: active 2098 inactive 2098

default	21:58:44.828891+0100	runningboardd	[app<com.myapp.example(195463C9-7E4D-48E0-83B5-E88FA15340ED)>:1291] This process will be managed.

default	21:58:44.828923+0100	runningboardd	Now tracking process: [app<com.myapp.example(195463C9-7E4D-48E0-83B5-E88FA15340ED)>:1291]

default	21:58:44.829366+0100	runningboardd	Calculated state for app<com.myapp.example(195463C9-7E4D-48E0-83B5-E88FA15340ED)>: running-active (role: UserInteractiveFocal) (endowments: <private>)

default	21:58:44.829436+0100	runningboardd	Using default underlying assertion for app: [app<com.myapp.example(195463C9-7E4D-48E0-83B5-E88FA15340ED)>:1291]

default	21:58:44.829713+0100	runningboardd	Acquiring assertion targeting [app<com.myapp.example(195463C9-7E4D-48E0-83B5-E88FA15340ED)>:1291] from originator [app<com.myapp.example(195463C9-7E4D-48E0-83B5-E88FA15340ED)>:1291] with description <RBSAssertionDescriptor| "RB Underlying Assertion" ID:33-33-2450 target:1291 attributes:[

default	21:58:44.829787+0100	runningboardd	Assertion 33-33-2450 (target:[app<com.myapp.example(195463C9-7E4D-48E0-83B5-E88FA15340ED)>:1291]) will be created as active

default	21:58:44.830065+0100	runningboardd	[app<com.myapp.example(195463C9-7E4D-48E0-83B5-E88FA15340ED)>:1291] Set jetsam priority to 100 [0] flag[1]

default	21:58:44.830101+0100	runningboardd	[app<com.myapp.example(195463C9-7E4D-48E0-83B5-E88FA15340ED)>:1291] Resuming task.

default	21:58:44.830322+0100	runningboardd	[app<com.myapp.example(195463C9-7E4D-48E0-83B5-E88FA15340ED)>:1291] Set darwin role to: UserInteractiveFocal

default	21:58:44.830687+0100	runningboardd	[app<com.myapp.example(195463C9-7E4D-48E0-83B5-E88FA15340ED)>:1291] set Memory Limits to Hard Active (2098)

default	21:58:44.831048+0100	powerd	Process runningboardd.33 Created SystemIsActive "app<com.myapp.example(195463C9-7E4D-48E0-83B5-E88FA15340ED)>33-34-2449:FBApplicationProcess" age:00:00:00  id:51539648867 [System: PrevIdle SysAct]

default	21:58:44.831124+0100	runningboardd	[app<com.myapp.example(195463C9-7E4D-48E0-83B5-E88FA15340ED)>:1291] visiblity is yes

default	21:58:44.831407+0100	runningboardd	Calculated state for app<com.myapp.example(195463C9-7E4D-48E0-83B5-E88FA15340ED)>: running-active (role: UserInteractiveFocal) (endowments: <private>)

default	21:58:44.831717+0100	runningboardd	[app<com.myapp.example(195463C9-7E4D-48E0-83B5-E88FA15340ED)>:1291] reported to RB as running

default	21:58:44.832334+0100	runningboardd	Successfully acquired underlying assertion for [app<com.myapp.example(195463C9-7E4D-48E0-83B5-E88FA15340ED)>:1291]

default	21:58:44.832643+0100	SpringBoard	Hit the server for a process handle df4c9be0000050b that resolved to: [app<com.myapp.example(195463C9-7E4D-48E0-83B5-E88FA15340ED)>:1291]

default	21:58:44.832865+0100	SpringBoard	Received state update for 1291 (app<com.myapp.example(195463C9-7E4D-48E0-83B5-E88FA15340ED)>, running-active-Visible

default	21:58:44.833410+0100	CommCenter	Hit the server for a process handle df4c9be0000050b that resolved to: [app<com.myapp.example(195463C9-7E4D-48E0-83B5-E88FA15340ED)>:1291]

default	21:58:44.833486+0100	CommCenter	Received state update for 1291 (app<com.myapp.example(195463C9-7E4D-48E0-83B5-E88FA15340ED)>, running-active-Visible

default	21:58:44.834520+0100	SpringBoard	[app<com.myapp.example(195463C9-7E4D-48E0-83B5-E88FA15340ED)>:1291] Bootstrap success!

default	21:58:44.835192+0100	SpringBoard	[app<com.myapp.example(195463C9-7E4D-48E0-83B5-E88FA15340ED)>:1291] Setting process task state to: Running

default	21:58:44.835263+0100	SpringBoard	[app<com.myapp.example(195463C9-7E4D-48E0-83B5-E88FA15340ED)>:1291] Setting process visibility to: Foreground

default	21:58:44.836034+0100	SpringBoard	[app<com.myapp.example(195463C9-7E4D-48E0-83B5-E88FA15340ED)>:1291] Registering event dispatcher at connect

default	21:58:44.836191+0100	SpringBoard	[app<com.myapp.example(195463C9-7E4D-48E0-83B5-E88FA15340ED)>:1291] Initial launch assertion state: ForegroundFocal.

default	21:58:44.836544+0100	SpringBoard	Adding: <FBApplicationProcess: 0xaca8f3180; app<com.myapp.example(195463C9-7E4D-48E0-83B5-E88FA15340ED)>:1291(vE48)>

default	21:58:44.840251+0100	mediaserverd	<<<< FigCaptureDisplayLayoutMonitor >>>> -[FigCaptureDisplayLayoutMonitor _parseDisplayLayout:]: <FigCaptureDisplayLayoutMonitor: 0xd2086c000 Main Display> <FBSDisplayLayout: 0xd2009f3c0; displayIdentity: Main> {    bounds = {{0, 0}, {375, 667}};    interfaceOrientation = "portrait (1)";    backlightLevel = 100;    elements = {        <SBSDisplayLayoutElement: 0xd203fb1e0; sceneID:com.myapp.example-default; bundleID: com.myapp.example; frame: {{0, 0}, {375, 667}}; level: 1; role: primary>;    }    timestamp = 12 July 2024 at 21:58:44 BST;}

default	21:58:44.840317+0100	mediaserverd	<<<< FigCaptureDisplayLayoutMonitor >>>> -[FigCaptureDisplayLayoutMonitor _updateObserversWithLayout:]: <FigCaptureDisplayLayoutMonitor: 0xd2086c000 Main Display> <FigCaptureDisplayLayout: 0xd200ee1c0 07-12-2024 21:58:44, Main Display, foreground:[com.myapp.example]>

<SBTransitionSwitcherModifierEvent: 0xacdf64c70; type: MainTransition; transitionID: 77CBAC3C-15E6-4689-AC64-B3C073E1EAD1; phase: Prepare; animated: YES; fromAppLayout: 0x0; toAppLayout: <SBAppLayout: 0x302790e80; primary: com.myapp.example:default; environment: main>; fromEnvironmentMode: home-screen; toEnvironmentMode: application; fromSpaceConfiguration: undefined; toSpaceConfiguration: full; pendingTermination: {(

)}; activating: <SBAppLayout: 0x302790e80; primary: com.myapp.example:default; environment: main>; morphingPIPLayoutRole: undefined>

	    <SBIconOverlayVisibilitySwitcherEventResponse: 0x30129b980; visible: YES; appLayout: <SBAppLayout: 0x302790e80; primary: com.myapp.example:default; environment: main>>;

	    <SBIconViewVisibilitySwitcherEventResponse: 0x302b1d270; visible: NO; animationSettings: 0x0; appLayout: <SBAppLayout: 0x302790e80; primary: com.myapp.example:default; environment: main>>;

<SBTransitionSwitcherModifierEvent: 0xacdf64c70; type: MainTransition; transitionID: 77CBAC3C-15E6-4689-AC64-B3C073E1EAD1; phase: Animate; animated: YES; fromAppLayout: 0x0; toAppLayout: <SBAppLayout: 0x302790e80; primary: com.myapp.example:default; environment: main>; fromEnvironmentMode: home-screen; toEnvironmentMode: application; fromSpaceConfiguration: undefined; toSpaceConfiguration: full; pendingTermination: {(

)}; activating: <SBAppLayout: 0x302790e80; primary: com.myapp.example:default; environment: main>; morphingPIPLayoutRole: undefined>

<SBSceneReadySwitcherModifierEvent: 0x300ed1ba0; type: SceneReady; appLayout: <SBAppLayout: 0x302790e80; primary: com.myapp.example:default; environment: main> {

        sceneID:com.myapp.example-default = <SBDisplayItemLayoutAttributes: 0x3033cd450; contentOrientation: "portrait (1)"; lastInteractionTime: 243; sizingPolicy: maximized; size: unspecified; center: unspecified; occlusionState: unknown; userConfiguredSizeBeforeOverlapping: unspecified; unoccludedPeekingCenter: unspecified>;

    continuousExposeIdentifier = com.myapp.example;

        primary = <SBDisplayItem: 0x30047a3a0; type: App; bundleIdentifier: com.myapp.example; uniqueIdentifier: sceneID:com.myapp.example-default>;

default	21:58:44.869065+0100	SpringBoard	[0x3033f1790:(FBSceneManager):sceneID:com.myapp.example-default] Initialized with workspace: 0x303ff11e0.

default	21:58:44.869100+0100	SpringBoard	[app<com.myapp.example(195463C9-7E4D-48E0-83B5-E88FA15340ED)>:1291] Registered new scene: <FBUIApplicationWorkspaceScene: 0x3033f1790; (FBSceneManager):sceneID:com.myapp.example-default> (fromRemnant = 0)

default	21:58:44.869139+0100	SpringBoard	[(FBSceneManager):sceneID:com.myapp.example-default][1] Scene activated.

default	21:58:44.869211+0100	SpringBoard	[app<com.myapp.example(195463C9-7E4D-48E0-83B5-E88FA15340ED)>:1291] Workspace interruption policy did change: reconnect

default	21:58:44.869323+0100	SpringBoard	Now tracking: <FBScene: 0x303dde100; FBSceneManager:sceneID:com.myapp.example-default>

default	21:58:44.869365+0100	SpringBoard	[sceneID:com.myapp.example-default] Setting deactivation reasons to: 'systemAnimation' for reason: scene settings update - settings are eligible for deactivation reasons.

default	21:58:44.869689+0100	runningboardd	Acquiring assertion targeting [app<com.myapp.example(195463C9-7E4D-48E0-83B5-E88FA15340ED)>:1291] from originator [osservice<com.apple.SpringBoard>:34] with description <RBSAssertionDescriptor| "com.apple.frontboard.after-life.interrupted" ID:33-34-2451 target:1291 attributes:[

default	21:58:44.869949+0100	runningboardd	Assertion 33-34-2451 (target:[app<com.myapp.example(195463C9-7E4D-48E0-83B5-E88FA15340ED)>:1291]) will be created as inactive as originator process has not exited

default	21:58:44.871109+0100	SpringBoard	didAddExternalForegroundApplicationSceneHandle pid:1291 scene:@com.apple.frontboard.systemappservices/FBSceneManager:sceneID%3Acom.myapp.example-default now:<recentPIDs: [1291]; recentSceneIdentityTokensByPID: {1291: [@com.apple.frontboard.systemappservices/FBSceneManager:sceneID%3Acom.myapp.example-default]}>

default	21:58:44.871186+0100	SpringBoard	policy: MRU target:<pid=1291 token=@com.apple.frontboard.systemappservices/FBSceneManager:sceneID%3Acom.myapp.example-default>

default	21:58:44.871334+0100	SpringBoard	policy: now generation: 226; keyboardFocusTarget: <token: @com.apple.frontboard.systemappservices/FBSceneManager:sceneID%3Acom.myapp.example-default; pid: 1291>; recentlyUsedScenes: <recentPIDs: [1291]; recentSceneIdentityTokensByPID: {1291: [@com.apple.frontboard.systemappservices/FBSceneManager:sceneID%3Acom.myapp.example-default]}>; selectionPolicy: KeyboardArbiter; shouldSuppressRemoteDeferring: 0

default	21:58:44.872510+0100	SpringBoard	[(FBSceneManager):sceneID:com.myapp.example-default] scene content state changed: preparing

default	21:58:44.873141+0100	SpringBoard	[0x3033f1790:(FBSceneManager):sceneID:com.myapp.example-default] Scene lifecycle state did change: Foreground

default	21:58:44.873264+0100	SpringBoard	[0x3033f1790:(FBSceneManager):sceneID:com.myapp.example-default] Scene assertion state did change: ForegroundFocal.

default	21:58:44.873415+0100	SpringBoard	[app<com.myapp.example(195463C9-7E4D-48E0-83B5-E88FA15340ED)>:1291] Launch assertion supersedes update of workspace assertion to ForegroundFocal.

default	21:58:44.873497+0100	SpringBoard	[app<com.myapp.example(195463C9-7E4D-48E0-83B5-E88FA15340ED)>:1291] Workspace assertion state did change: ForegroundFocal (acquireAssertion = NO).

default	21:58:44.874984+0100	bluetoothd	SystemUI unknown identifier: 'sceneID:com.myapp.example-default' / 'com.myapp.example'

default	21:58:44.875247+0100	audiomxd	Hit the server for a process handle df4c9be0000050b that resolved to: [app<com.myapp.example(195463C9-7E4D-48E0-83B5-E88FA15340ED)>:1291]

default	21:58:44.875355+0100	audiomxd	Received state update for 1291 (app<com.myapp.example(195463C9-7E4D-48E0-83B5-E88FA15340ED)>, running-active-Visible

default	21:58:44.877726+0100	UserEventAgent	Hit the server for a process handle df4c9be0000050b that resolved to: [app<com.myapp.example(195463C9-7E4D-48E0-83B5-E88FA15340ED)>:1291]

default	21:58:44.877964+0100	UserEventAgent	Received state update for 1291 (app<com.myapp.example(195463C9-7E4D-48E0-83B5-E88FA15340ED)>, running-active-Visible

default	21:58:44.878933+0100	SpringBoard	Application process state changed for com.myapp.example: <SBApplicationProcessState: 0x300e875e0; pid: 1291; taskState: Running; visibility: Foreground>

default	21:58:44.878971+0100	wifid	Hit the server for a process handle df4c9be0000050b that resolved to: [app<com.myapp.example(195463C9-7E4D-48E0-83B5-E88FA15340ED)>:1291]

default	21:58:44.879008+0100	wifid	Received state update for 1291 (app<com.myapp.example(195463C9-7E4D-48E0-83B5-E88FA15340ED)>, running-active-Visible

default	21:58:44.879978+0100	symptomsd	Hit the server for a process handle df4c9be0000050b that resolved to: [app<com.myapp.example(195463C9-7E4D-48E0-83B5-E88FA15340ED)>:1291]

default	21:58:44.880059+0100	symptomsd	Received state update for 1291 (app<com.myapp.example(195463C9-7E4D-48E0-83B5-E88FA15340ED)>, running-active-Visible

default	21:58:44.880299+0100	PerfPowerServices	Hit the server for a process handle df4c9be0000050b that resolved to: [app<com.myapp.example(195463C9-7E4D-48E0-83B5-E88FA15340ED)>:1291]

default	21:58:44.880419+0100	PerfPowerServices	Received state update for 1291 (app<com.myapp.example(195463C9-7E4D-48E0-83B5-E88FA15340ED)>, running-active-Visible

default	21:58:44.880454+0100	dasd	Hit the server for a process handle df4c9be0000050b that resolved to: [app<com.myapp.example(195463C9-7E4D-48E0-83B5-E88FA15340ED)>:1291]

default	21:58:44.880491+0100	dasd	Received state update for 1291 (app<com.myapp.example(195463C9-7E4D-48E0-83B5-E88FA15340ED)>, running-active-Visible

default	21:58:44.880635+0100	locationd	Hit the server for a process handle df4c9be0000050b that resolved to: [app<com.myapp.example(195463C9-7E4D-48E0-83B5-E88FA15340ED)>:1291]

default	21:58:44.880671+0100	locationd	Received state update for 1291 (app<com.myapp.example(195463C9-7E4D-48E0-83B5-E88FA15340ED)>, running-active-Visible

default	21:58:44.880743+0100	useractivityd	Hit the server for a process handle df4c9be0000050b that resolved to: [app<com.myapp.example(195463C9-7E4D-48E0-83B5-E88FA15340ED)>:1291]

default	21:58:44.880876+0100	locationd	{"msg":"invoking applicationStateChange handler", "StateChangeData":"{\n    BKSApplicationStateAppIsFrontmost = 1;\n    BKSApplicationStateExtensionKey = 0;\n    SBApplicationStateDisplayIDKey = \"com.myapp.example\";\n    SBApplicationStateKey = 8;\n    SBApplicationStateProcessIDKey = 1291;\n    SBMostElevatedStateForProcessID = 8;\n}"}

default	21:58:44.881174+0100	useractivityd	Received state update for 1291 (app<com.myapp.example(195463C9-7E4D-48E0-83B5-E88FA15340ED)>, running-active-Visible

default	21:58:44.881264+0100	locationd	{"msg":"Post Application State Change Notification", "notification":"ForegroundRunning", "pid":1291, "bundleId":"com.myapp.example"}

default	21:58:44.881716+0100	locationd	{"msg":"#CLIUA AppMonitor notification", "notification":"ForegroundRunning", "pid":1291, "bundleId":"com.myapp.example", "ClientKey":"icom.myapp.example:"}

default	21:58:44.881948+0100	locationd	{"msg":"#CLIUA Marking change", "clientKey":"icom.myapp.example:", "reason":"Process state from RunningBoard", "assertionLevel":5, "coming":1}

default	21:58:44.882183+0100	locationd	{"msg":"#CLIUA updating AssertionRecord", "ClientKey":"icom.myapp.example:", "AssertionLevel":{"type":"decode failure","raw value":0,"expected type":"Generic"}}

default	21:58:44.882255+0100	locationd	{"msg":"#CLIUA AssertionRecord updated", "ClientKey":"icom.myapp.example:", "AssertionLevel":{"type":"decode failure","raw value":5,"expected type":"Generic"}}

default	21:58:44.882323+0100	locationd	{"msg":"#CLIUA in-use level changed for client", "ClientKey":"icom.myapp.example:"}

default	21:58:44.882534+0100	locationd	{"msg":"computing freshAuthorizationContext", "Client":"icom.myapp.example:", "ClientDictionary":"{\n    BundleId = \"com.myapp.example\";\n    BundlePath = \"\/private\/var\/containers\/Bundle\/Application\/38903A2B-93E8-4435-B5F1-6C9AC43D1C62\/mauitest.app\";\n    Executable = \"\/private\/var\/containers\/Bundle\/Application\/38903A2B-93E8-4435-B5F1-6C9AC43D1C62\/mauitest.app\/mauitest\";\n    ExistsInLSDatabase = 1;\n    InUseLevel = 5;\n    PluginBundleIds =     (\n    );\n    SuppressShowingInSettings = 1;\n}", "BigSwitch":1, "InUseLevel":{"type":"decode failure","raw value":5,"expected type":"Generic"}}

default	21:58:44.882577+0100	backboardd	Hit the server for a process handle df4c9be0000050b that resolved to: [app<com.myapp.example(195463C9-7E4D-48E0-83B5-E88FA15340ED)>:1291]

default	21:58:44.882613+0100	backboardd	Received state update for 1291 (app<com.myapp.example(195463C9-7E4D-48E0-83B5-E88FA15340ED)>, running-active-Visible

default	21:58:44.883038+0100	SpringBoard	MRNowPlayingAudioFormatController foreground bundle id changed: com.myapp.example

default	21:58:44.889513+0100	callservicesd	Hit the server for a process handle df4c9be0000050b that resolved to: [app<com.myapp.example(195463C9-7E4D-48E0-83B5-E88FA15340ED)>:1291]

default	21:58:44.889635+0100	callservicesd	Received state update for 1291 (app<com.myapp.example(195463C9-7E4D-48E0-83B5-E88FA15340ED)>, running-active-Visible

default	21:58:44.891144+0100	itunesstored	Hit the server for a process handle df4c9be0000050b that resolved to: [app<com.myapp.example(195463C9-7E4D-48E0-83B5-E88FA15340ED)>:1291]

default	21:58:44.891305+0100	itunesstored	Received state update for 1291 (app<com.myapp.example(195463C9-7E4D-48E0-83B5-E88FA15340ED)>, running-active-Visible

default	21:58:44.904012+0100	wifid	-[WiFiUserInteractionMonitor setApplicationRunningState:foregroundState:andNetworkingState:forBundleId:]: com.myapp.example entered foreground

default	21:58:44.904047+0100	wifid	WifiDeviceManagerCatsWhitelistedApp: CATS en0:  deviceManager:0xdb2268000 FgApp:com.myapp.example stateChange:0 whitelisted=1

    "com.myapp.example",

default	21:58:44.904788+0100	watchdogd	Hit the server for a process handle df4c9be0000050b that resolved to: [app<com.myapp.example(195463C9-7E4D-48E0-83B5-E88FA15340ED)>:1291]

default	21:58:44.904932+0100	watchdogd	Received state update for 1291 (app<com.myapp.example(195463C9-7E4D-48E0-83B5-E88FA15340ED)>, running-active-Visible

default	21:58:44.917706+0100	SpringBoard	Received state update for 1291 (app<com.myapp.example(195463C9-7E4D-48E0-83B5-E88FA15340ED)>, running-active-Visible

default	21:58:44.917982+0100	CommCenter	Received state update for 1291 (app<com.myapp.example(195463C9-7E4D-48E0-83B5-E88FA15340ED)>, running-active-Visible

default	21:58:44.925499+0100	backboardd	Received state update for 1291 (app<com.myapp.example(195463C9-7E4D-48E0-83B5-E88FA15340ED)>, running-active-Visible

default	21:58:44.929313+0100	audiomxd	Received state update for 1291 (app<com.myapp.example(195463C9-7E4D-48E0-83B5-E88FA15340ED)>, running-active-Visible

default	21:58:44.933402+0100	SpringBoard	[com.myapp.example] Foreground app will not request ephemeral notifications isAppClip: NO wantsEphemeral notifications: NO

default	21:58:44.933887+0100	callservicesd	Received state update for 1291 (app<com.myapp.example(195463C9-7E4D-48E0-83B5-E88FA15340ED)>, running-active-Visible

default	21:58:44.934003+0100	UserEventAgent	Received state update for 1291 (app<com.myapp.example(195463C9-7E4D-48E0-83B5-E88FA15340ED)>, running-active-Visible

default	21:58:44.934644+0100	wifid	Received state update for 1291 (app<com.myapp.example(195463C9-7E4D-48E0-83B5-E88FA15340ED)>, running-active-Visible

default	21:58:44.934933+0100	locationd	Received state update for 1291 (app<com.myapp.example(195463C9-7E4D-48E0-83B5-E88FA15340ED)>, running-active-Visible

default	21:58:44.937037+0100	itunesstored	Received state update for 1291 (app<com.myapp.example(195463C9-7E4D-48E0-83B5-E88FA15340ED)>, running-active-Visible

default	21:58:44.937669+0100	symptomsd	Received state update for 1291 (app<com.myapp.example(195463C9-7E4D-48E0-83B5-E88FA15340ED)>, running-active-Visible

default	21:58:44.938057+0100	dasd	Received state update for 1291 (app<com.myapp.example(195463C9-7E4D-48E0-83B5-E88FA15340ED)>, running-active-Visible

default	21:58:44.938203+0100	useractivityd	Received state update for 1291 (app<com.myapp.example(195463C9-7E4D-48E0-83B5-E88FA15340ED)>, running-active-Visible

default	21:58:44.938575+0100	PerfPowerServices	Received state update for 1291 (app<com.myapp.example(195463C9-7E4D-48E0-83B5-E88FA15340ED)>, running-active-Visible

default	21:58:44.938787+0100	watchdogd	Received state update for 1291 (app<com.myapp.example(195463C9-7E4D-48E0-83B5-E88FA15340ED)>, running-active-Visible

default	21:58:44.938900+0100	SpringBoard	[com.myapp.example] com.myapp.example application state changed to ForegroundRunning

default	21:58:44.938977+0100	SpringBoard	[com.myapp.example] Ignore becoming foreground for application without push registration

default	21:58:44.952284+0100	symptomsd	com.myapp.example: Foreground: true

default	21:58:45.091655+0100	SpringBoard	[sceneID:com.myapp.example-default] Setting deactivation reasons to: '(none)' for reason: updateAllScenesForBand - Assertion removed.

<SBTransitionSwitcherModifierEvent: 0xacab104d0; type: MainTransition; transitionID: 77CBAC3C-15E6-4689-AC64-B3C073E1EAD1; phase: Complete; animated: YES; fromAppLayout: 0x0; toAppLayout: <SBAppLayout: 0x302790e80; primary: com.myapp.example:default; environment: main>; fromEnvironmentMode: home-screen; toEnvironmentMode: application; fromSpaceConfiguration: undefined; toSpaceConfiguration: full; pendingTermination: {(

)}; activating: <SBAppLayout: 0x302790e80; primary: com.myapp.example:default; environment: main>; morphingPIPLayoutRole: undefined>

		    <SBIconOverlayVisibilitySwitcherEventResponse: 0x3013d1980; visible: NO; appLayout: <SBAppLayout: 0x302790e80; primary: com.myapp.example:default; environment: main>>;

		    <SBIconViewVisibilitySwitcherEventResponse: 0x302888370; visible: YES; animationSettings: 0x0; appLayout: <SBAppLayout: 0x302790e80; primary: com.myapp.example:default; environment: main>>;

		    <SBMatchMoveToIconViewSwitcherEventResponse: 0x3013d1d40; active: NO; appLayout: <SBAppLayout: 0x302790e80; primary: com.myapp.example:default; environment: main>>;

default	21:58:46.407275+0100	wifid	__WiFiLQAMgrLogStats(FRITZ!Box 7530 MJ:Stationary): Channel: 124 Bandwidth: 80Mhz Rssi: -50 {-51 -58} Cca: 18 (S:2 O:9 I:7) Snr: 28 BcnPer: 0.0% (49, 50.9%) TxFrameCnt: 12 TxPer: 0.0% TxReTrans: 3 TxRetryRatio: 25.0% RxFrameCnt: 61 RxRetryFrames: 1 RxRetryRatio: 1.6% TxRate: 130000 RxRate: 780000 FBRate: 39000 TxFwFrms: 6 TxFwFail: 0 Noise: -96 {-96 -96 0} time: 281.0secs fgApp: com.myapp.example

default	21:58:46.830328+0100	runningboardd	[app<com.myapp.example(195463C9-7E4D-48E0-83B5-E88FA15340ED)>:1291] termination reported by launchd (0, 0, 65280)

default	21:58:46.830360+0100	runningboardd	Removing process: [app<com.myapp.example(195463C9-7E4D-48E0-83B5-E88FA15340ED)>:1291]

default	21:58:46.830455+0100	runningboardd	Removing launch job for: [app<com.myapp.example(195463C9-7E4D-48E0-83B5-E88FA15340ED)>:1291]

default	21:58:46.830691+0100	runningboardd	Removed job for [app<com.myapp.example(195463C9-7E4D-48E0-83B5-E88FA15340ED)>:1291]

default	21:58:46.830756+0100	runningboardd	Removing assertions for terminated process: [app<com.myapp.example(195463C9-7E4D-48E0-83B5-E88FA15340ED)>:1291]

default	21:58:46.831207+0100	runningboardd	Removed last relative-start-date-defining assertion for process app<com.myapp.example(195463C9-7E4D-48E0-83B5-E88FA15340ED)>

default	21:58:46.846632+0100	runningboardd	Calculated state for app<com.myapp.example(195463C9-7E4D-48E0-83B5-E88FA15340ED)>: none (role: None) (endowments: (null))

default	21:58:46.847166+0100	SpringBoard	[app<com.myapp.example(195463C9-7E4D-48E0-83B5-E88FA15340ED)>:1291] Connection to remote process was not established.

default	21:58:46.847456+0100	CommCenter	Received state update for 1291 (app<com.myapp.example(195463C9-7E4D-48E0-83B5-E88FA15340ED)>, none-NotVisible

default	21:58:46.847615+0100	SpringBoard	[app<com.myapp.example(195463C9-7E4D-48E0-83B5-E88FA15340ED)>:1291] Now flagged as pending exit for reason: launch failed

default	21:58:46.847764+0100	SpringBoard	[app<com.myapp.example(195463C9-7E4D-48E0-83B5-E88FA15340ED)>:1291] Process exited: <RBSProcessExitContext| voluntary>.

default	21:58:46.848351+0100	SpringBoard	[app<com.myapp.example(195463C9-7E4D-48E0-83B5-E88FA15340ED)>:1291] Setting process task state to: Not Running

default	21:58:46.848469+0100	SpringBoard	[app<com.myapp.example(195463C9-7E4D-48E0-83B5-E88FA15340ED)>:1291] Setting process visibility to: Unknown

default	21:58:46.848573+0100	SpringBoard	[app<com.myapp.example(195463C9-7E4D-48E0-83B5-E88FA15340ED)>:1291] Invalidating workspace.

default	21:58:46.849019+0100	SpringBoard	Removing source registration for processHandle: [app<com.myapp.example(195463C9-7E4D-48E0-83B5-E88FA15340ED)>:1291]

default	21:58:46.849159+0100	runningboardd	Calculated state for app<com.myapp.example(195463C9-7E4D-48E0-83B5-E88FA15340ED)>: none (role: None) (endowments: (null))

default	21:58:46.849451+0100	SpringBoard	[0x3033f1790:(FBSceneManager):sceneID:com.myapp.example-default] Invalidated for workspace: 0x303ff11e0.

default	21:58:46.849761+0100	SpringBoard	Removing: <FBApplicationProcess: 0xaca8f3180; app<com.myapp.example(195463C9-7E4D-48E0-83B5-E88FA15340ED)>:1291(vE48)>

default	21:58:46.849800+0100	CommCenter	Received state update for 1291 (app<com.myapp.example(195463C9-7E4D-48E0-83B5-E88FA15340ED)>, none-NotVisible

default	21:58:46.850167+0100	SpringBoard	[app<com.myapp.example(195463C9-7E4D-48E0-83B5-E88FA15340ED)>:1291] Dropping launch assertion.

default	21:58:46.850251+0100	powerd	Process runningboardd.33 Released SystemIsActive "app<com.myapp.example(195463C9-7E4D-48E0-83B5-E88FA15340ED)>33-34-2449:FBApplicationProcess" age:00:00:02  id:51539648867 [System: PrevIdle SysAct]

<SBSceneReadySwitcherModifierEvent: 0x30082f7e0; type: SceneReady; appLayout: <SBAppLayout: 0x302790e80; primary: com.myapp.example:default; environment: main> {

        sceneID:com.myapp.example-default = <SBDisplayItemLayoutAttributes: 0x3033cd450; contentOrientation: "portrait (1)"; lastInteractionTime: 243; sizingPolicy: maximized; size: unspecified; center: unspecified; occlusionState: unknown; userConfiguredSizeBeforeOverlapping: unspecified; unoccludedPeekingCenter: unspecified>;

    continuousExposeIdentifier = com.myapp.example;

        primary = <SBDisplayItem: 0x30047a3a0; type: App; bundleIdentifier: com.myapp.example; uniqueIdentifier: sceneID:com.myapp.example-default>;

default	21:58:46.850589+0100	SpringBoard	Received state update for 1291 (app<com.myapp.example(195463C9-7E4D-48E0-83B5-E88FA15340ED)>, none-NotVisible

default	21:58:46.855535+0100	wifid	Received state update for 1291 (app<com.myapp.example(195463C9-7E4D-48E0-83B5-E88FA15340ED)>, none-NotVisible

default	21:58:46.855926+0100	callservicesd	Received state update for 1291 (app<com.myapp.example(195463C9-7E4D-48E0-83B5-E88FA15340ED)>, none-NotVisible

default	21:58:46.856653+0100	useractivityd	Received state update for 1291 (app<com.myapp.example(195463C9-7E4D-48E0-83B5-E88FA15340ED)>, none-NotVisible

default	21:58:46.857039+0100	locationd	Received state update for 1291 (app<com.myapp.example(195463C9-7E4D-48E0-83B5-E88FA15340ED)>, none-NotVisible

default	21:58:46.860021+0100	itunesstored	Received state update for 1291 (app<com.myapp.example(195463C9-7E4D-48E0-83B5-E88FA15340ED)>, none-NotVisible

default	21:58:46.861735+0100	audiomxd	Received state update for 1291 (app<com.myapp.example(195463C9-7E4D-48E0-83B5-E88FA15340ED)>, none-NotVisible

default	21:58:46.863507+0100	watchdogd	Received state update for 1291 (app<com.myapp.example(195463C9-7E4D-48E0-83B5-E88FA15340ED)>, none-NotVisible

default	21:58:46.864336+0100	UserEventAgent	Received state update for 1291 (app<com.myapp.example(195463C9-7E4D-48E0-83B5-E88FA15340ED)>, none-NotVisible

default	21:58:46.865885+0100	dasd	Received state update for 1291 (app<com.myapp.example(195463C9-7E4D-48E0-83B5-E88FA15340ED)>, none-NotVisible

default	21:58:46.867502+0100	audiomxd	Received state update for 1291 (app<com.myapp.example(195463C9-7E4D-48E0-83B5-E88FA15340ED)>, none-NotVisible

default	21:58:46.868011+0100	backboardd	Received state update for 1291 (app<com.myapp.example(195463C9-7E4D-48E0-83B5-E88FA15340ED)>, none-NotVisible

default	21:58:46.873425+0100	SpringBoard	Front display did change: <SBApplication: 0x3077a8f00; com.myapp.example>

default	21:58:46.875982+0100	wifid	Received state update for 1291 (app<com.myapp.example(195463C9-7E4D-48E0-83B5-E88FA15340ED)>, none-NotVisible

default	21:58:46.876177+0100	callservicesd	Received state update for 1291 (app<com.myapp.example(195463C9-7E4D-48E0-83B5-E88FA15340ED)>, none-NotVisible

default	21:58:46.876589+0100	useractivityd	Received state update for 1291 (app<com.myapp.example(195463C9-7E4D-48E0-83B5-E88FA15340ED)>, none-NotVisible

default	21:58:46.876701+0100	locationd	Received state update for 1291 (app<com.myapp.example(195463C9-7E4D-48E0-83B5-E88FA15340ED)>, none-NotVisible

default	21:58:46.876800+0100	symptomsd	Received state update for 1291 (app<com.myapp.example(195463C9-7E4D-48E0-83B5-E88FA15340ED)>, none-NotVisible

default	21:58:46.877198+0100	watchdogd	Received state update for 1291 (app<com.myapp.example(195463C9-7E4D-48E0-83B5-E88FA15340ED)>, none-NotVisible

default	21:58:46.877429+0100	itunesstored	Received state update for 1291 (app<com.myapp.example(195463C9-7E4D-48E0-83B5-E88FA15340ED)>, none-NotVisible

default	21:58:46.877696+0100	PerfPowerServices	Received state update for 1291 (app<com.myapp.example(195463C9-7E4D-48E0-83B5-E88FA15340ED)>, none-NotVisible

default	21:58:46.877887+0100	UserEventAgent	Received state update for 1291 (app<com.myapp.example(195463C9-7E4D-48E0-83B5-E88FA15340ED)>, none-NotVisible

default	21:58:46.879115+0100	wifid	-[WiFiUserInteractionMonitor setApplicationRunningState:foregroundState:andNetworkingState:forBundleId:]: com.myapp.example exited

    "com.myapp.example",

default	21:58:46.880050+0100	locationd	{"msg":"invoking applicationStateChange handler", "StateChangeData":"{\n    BKSApplicationStateAppIsFrontmost = 0;\n    BKSApplicationStateExtensionKey = 0;\n    SBApplicationStateDisplayIDKey = \"com.myapp.example\";\n    SBApplicationStateKey = 1;\n    SBApplicationStateProcessIDKey = 1291;\n    SBMostElevatedStateForProcessID = 1;\n}"}

default	21:58:46.880423+0100	locationd	{"msg":"#dic AppMonitor received Termination", "pid":1291, "bundleId":"com.myapp.example", "exitReason":-1}

default	21:58:46.880645+0100	locationd	{"msg":"Post Application State Change Notification", "notification":"Terminated", "pid":1291, "bundleId":"com.myapp.example"}

default	21:58:46.880778+0100	SpringBoard	[com.myapp.example] com.myapp.example application state changed to Terminated

default	21:58:46.880973+0100	SpringBoard	[com.myapp.example] Ignore becoming background for application without push registration

default	21:58:46.881367+0100	locationd	{"msg":"#CLIUA AppMonitor notification", "notification":"Terminated", "pid":1291, "bundleId":"com.myapp.example", "ClientKey":"icom.myapp.example:"}

default	21:58:46.881434+0100	locationd	{"msg":"#CLIUA Marking change", "clientKey":"icom.myapp.example:", "reason":"Process state from RunningBoard", "assertionLevel":5, "coming":0}

default	21:58:46.881520+0100	locationd	{"msg":"#CLIUA updating AssertionRecord", "ClientKey":"icom.myapp.example:", "AssertionLevel":{"type":"decode failure","raw value":5,"expected type":"Generic"}}

default	21:58:46.881588+0100	locationd	{"msg":"#CLIUA AssertionRecord updated", "ClientKey":"icom.myapp.example:", "AssertionLevel":{"type":"decode failure","raw value":0,"expected type":"Generic"}}

default	21:58:46.881634+0100	locationd	{"msg":"#CLIUA in-use level changed for client", "ClientKey":"icom.myapp.example:"}

default	21:58:46.881911+0100	backboardd	Received state update for 1291 (app<com.myapp.example(195463C9-7E4D-48E0-83B5-E88FA15340ED)>, none-NotVisible

default	21:58:46.882122+0100	locationd	{"msg":"computing freshAuthorizationContext", "Client":"icom.myapp.example:", "ClientDictionary":"{\n    BundleId = \"com.myapp.example\";\n    BundlePath = \"\/private\/var\/containers\/Bundle\/Application\/38903A2B-93E8-4435-B5F1-6C9AC43D1C62\/mauitest.app\";\n    Executable = \"\/private\/var\/containers\/Bundle\/Application\/38903A2B-93E8-4435-B5F1-6C9AC43D1C62\/mauitest.app\/mauitest\";\n    ExistsInLSDatabase = 1;\n    InUseLevel = 0;\n    PluginBundleIds =     (\n    );\n    SuppressShowingInSettings = 1;\n}", "BigSwitch":1, "InUseLevel":{"type":"decode failure","raw value":0,"expected type":"Generic"}}

    "sceneID:com.myapp.example-default" = 1;

<SBSceneReadySwitcherModifierEvent: 0x300e05c40; type: SceneReady; appLayout: <SBAppLayout: 0x302790e80; primary: com.myapp.example:default; environment: main> {

        sceneID:com.myapp.example-default = <SBDisplayItemLayoutAttributes: 0x3033cd450; contentOrientation: "portrait (1)"; lastInteractionTime: 243; sizingPolicy: maximized; size: unspecified; center: unspecified; occlusionState: unknown; userConfiguredSizeBeforeOverlapping: unspecified; unoccludedPeekingCenter: unspecified>;

    continuousExposeIdentifier = com.myapp.example;

        primary = <SBDisplayItem: 0x30047a3a0; type: App; bundleIdentifier: com.myapp.example; uniqueIdentifier: sceneID:com.myapp.example-default>;

default	21:58:46.894798+0100	SpringBoard	Asked to bootstrap a new process with identity: app<com.myapp.example(195463C9-7E4D-48E0-83B5-E88FA15340ED)>

default	21:58:46.894916+0100	SpringBoard	Creating process (sync=false) with identity: app<com.myapp.example(195463C9-7E4D-48E0-83B5-E88FA15340ED)>

default	21:58:46.894984+0100	SpringBoard	Created <FBWorkspace: 0x303ff0fd0; app<com.myapp.example(195463C9-7E4D-48E0-83B5-E88FA15340ED)>>

default	21:58:46.895055+0100	SpringBoard	Bootstrapping app<com.myapp.example(195463C9-7E4D-48E0-83B5-E88FA15340ED)> with intent foreground-interactive

default	21:58:46.897150+0100	runningboardd	Acquiring assertion targeting app<com.myapp.example(195463C9-7E4D-48E0-83B5-E88FA15340ED)> from originator [osservice<com.apple.SpringBoard>:34] with description <RBSAssertionDescriptor| "FBApplicationProcess" ID:33-34-2453 target:app<com.myapp.example(195463C9-7E4D-48E0-83B5-E88FA15340ED)> attributes:[

default	21:58:46.897305+0100	runningboardd	Assertion 33-34-2453 (target:app<com.myapp.example(195463C9-7E4D-48E0-83B5-E88FA15340ED)>) will be created as active

default	21:58:46.897516+0100	runningboardd	Executing launch request for app<com.myapp.example(195463C9-7E4D-48E0-83B5-E88FA15340ED)> (FBApplicationProcess)

error	21:58:46.898502+0100	SpringBoard	Scene FBSceneManager/sceneID:com.myapp.example-default update failed: <NSError: 0x3005b2fd0; domain: FBSceneErrorDomain; code: 1 ("operation-failed"); "Scene update failed."> {

default	21:58:46.898545+0100	SpringBoard	Invalidating scene: sceneID:com.myapp.example-default

default	21:58:46.899364+0100	SpringBoard	willRemoveExternalForegroundApplicationSceneHandle pid:1291 scene:@com.apple.frontboard.systemappservices/FBSceneManager:sceneID%3Acom.myapp.example-default now:<empty>

default	21:58:46.899559+0100	SpringBoard	No longer tracking: <FBScene: 0x303dde100; FBSceneManager:sceneID:com.myapp.example-default>

default	21:58:46.899718+0100	SpringBoard	[(FBSceneManager):sceneID:com.myapp.example-default][1] Scene invalidated.

default	21:58:46.900454+0100	SpringBoard	[SBMainDisplaySceneManager sceneManager:didDestroyScene: <FBScene: 0x303dde100; (null):sceneID:com.myapp.example-default>] - proposing IdleTimerBehavior.

error	21:58:46.903278+0100	SpringBoard	Scene FBSceneManager/sceneID:com.myapp.example-default update failed: <NSError: 0x3005b3cf0; domain: FBSceneErrorDomain; code: 1 ("operation-failed"); "Scene update failed."> {

default	21:58:46.903327+0100	SpringBoard	Process exited: <FBApplicationProcess: 0xaca8f3180; app<com.myapp.example(195463C9-7E4D-48E0-83B5-E88FA15340ED)>:1291(vE48)> -> <RBSProcessExitContext| voluntary>

default	21:58:46.903970+0100	SpringBoard	Application process state changed for com.myapp.example: (null)

default	21:58:46.904005+0100	runningboardd	Creating and launching job for: app<com.myapp.example(195463C9-7E4D-48E0-83B5-E88FA15340ED)>

default	21:58:46.904078+0100	runningboardd	_mutateContextIfNeeded called for com.myapp.example

default	21:58:46.905967+0100	SpringBoard	Client provider invalidated: <FBWorkspace: 0x303ff11e0; app<com.myapp.example(195463C9-7E4D-48E0-83B5-E88FA15340ED)>>

default	21:58:46.914858+0100	runningboardd	app<com.myapp.example(195463C9-7E4D-48E0-83B5-E88FA15340ED)>: -[RBPersonaManager personaForIdentity:context:personaUID:personaUniqueString:] required 0.010967 ms (wallclock); resolved to {1000, 195463C9-7E4D-48E0-83B5-E88FA15340ED}

default	21:58:46.915044+0100	runningboardd	'app<com.myapp.example(195463C9-7E4D-48E0-83B5-E88FA15340ED)>' Skipping container path lookup because containerization was prevented (<RBSLaunchContext: 0xb34bb35c0>)

default	21:58:46.915138+0100	runningboardd	'app<com.myapp.example(195463C9-7E4D-48E0-83B5-E88FA15340ED)>' Constructed job description:

	"_ResourceCoalition" => <string: 0xb34a94ea0> { length = 75, contents = "app<com.myapp.example(195463C9-7E4D-48E0-83B5-E88FA15340ED)>" }

	"CFBundleIdentifier" => <string: 0xb34a96730> { length = 32, contents = "com.myapp.example" }

				"EAI" => <string: 0xb34a94150> { length = 32, contents = "com.myapp.example" }

	"Label" => <string: 0xb34a94540> { length = 66, contents = "UIKitApplication:com.myapp.example[b5f4][rb-legacy]" }

default	21:58:46.916616+0100	runningboardd	[app<com.myapp.example(195463C9-7E4D-48E0-83B5-E88FA15340ED)>:1292] Memory Limits: active 2098 inactive 2098

default	21:58:46.916656+0100	runningboardd	[app<com.myapp.example(195463C9-7E4D-48E0-83B5-E88FA15340ED)>:1292] This process will be managed.

default	21:58:46.916738+0100	runningboardd	Now tracking process: [app<com.myapp.example(195463C9-7E4D-48E0-83B5-E88FA15340ED)>:1292]

default	21:58:46.917428+0100	runningboardd	Using default underlying assertion for app: [app<com.myapp.example(195463C9-7E4D-48E0-83B5-E88FA15340ED)>:1292]

default	21:58:46.917462+0100	runningboardd	Acquiring assertion targeting [app<com.myapp.example(195463C9-7E4D-48E0-83B5-E88FA15340ED)>:1292] from originator [app<com.myapp.example(195463C9-7E4D-48E0-83B5-E88FA15340ED)>:1292] with description <RBSAssertionDescriptor| "RB Underlying Assertion" ID:33-33-2454 target:1292 attributes:[

default	21:58:46.917505+0100	runningboardd	Assertion 33-33-2454 (target:[app<com.myapp.example(195463C9-7E4D-48E0-83B5-E88FA15340ED)>:1292]) will be created as active

default	21:58:46.917686+0100	runningboardd	Calculated state for app<com.myapp.example(195463C9-7E4D-48E0-83B5-E88FA15340ED)>: running-active (role: UserInteractiveFocal) (endowments: <private>)

default	21:58:46.917823+0100	runningboardd	[app<com.myapp.example(195463C9-7E4D-48E0-83B5-E88FA15340ED)>:1292] reported to RB as running

default	21:58:46.918170+0100	runningboardd	[app<com.myapp.example(195463C9-7E4D-48E0-83B5-E88FA15340ED)>:1292] Set jetsam priority to 100 [0] flag[1]

default	21:58:46.918668+0100	SpringBoard	[app<com.myapp.example(195463C9-7E4D-48E0-83B5-E88FA15340ED)>:1292] Bootstrap success!

default	21:58:46.918740+0100	SpringBoard	Hit the server for a process handle d82e8c0000050c that resolved to: [app<com.myapp.example(195463C9-7E4D-48E0-83B5-E88FA15340ED)>:1292]

default	21:58:46.918781+0100	SpringBoard	[app<com.myapp.example(195463C9-7E4D-48E0-83B5-E88FA15340ED)>:1292] Setting process task state to: Running

default	21:58:46.918813+0100	SpringBoard	[app<com.myapp.example(195463C9-7E4D-48E0-83B5-E88FA15340ED)>:1292] Setting process visibility to: Foreground

default	21:58:46.918896+0100	SpringBoard	[app<com.myapp.example(195463C9-7E4D-48E0-83B5-E88FA15340ED)>:1292] Registering event dispatcher at connect

default	21:58:46.918962+0100	SpringBoard	[app<com.myapp.example(195463C9-7E4D-48E0-83B5-E88FA15340ED)>:1292] Initial launch assertion state: ForegroundFocal.

default	21:58:46.921638+0100	runningboardd	[app<com.myapp.example(195463C9-7E4D-48E0-83B5-E88FA15340ED)>:1292] Resuming task.

default	21:58:46.921842+0100	runningboardd	[app<com.myapp.example(195463C9-7E4D-48E0-83B5-E88FA15340ED)>:1292] Set darwin role to: UserInteractiveFocal

default	21:58:46.923151+0100	CommCenter	Hit the server for a process handle d82e8c0000050c that resolved to: [app<com.myapp.example(195463C9-7E4D-48E0-83B5-E88FA15340ED)>:1292]

default	21:58:46.923191+0100	CommCenter	Received state update for 1292 (app<com.myapp.example(195463C9-7E4D-48E0-83B5-E88FA15340ED)>, running-active-Visible

default	21:58:46.923368+0100	SpringBoard	Received state update for 1292 (app<com.myapp.example(195463C9-7E4D-48E0-83B5-E88FA15340ED)>, running-active-Visible

default	21:58:46.923469+0100	SpringBoard	Adding: <FBApplicationProcess: 0xacdf738b0; app<com.myapp.example(195463C9-7E4D-48E0-83B5-E88FA15340ED)>:1292(vE4A)>

default	21:58:46.925543+0100	powerd	Process runningboardd.33 Created SystemIsActive "app<com.myapp.example(195463C9-7E4D-48E0-83B5-E88FA15340ED)>33-34-2453:FBApplicationProcess" age:00:00:00  id:51539648870 [System: PrevIdle SysAct]

default	21:58:46.926919+0100	SpringBoard	[0x3033f15f0:(FBSceneManager):sceneID:com.myapp.example-default] Initialized with workspace: 0x303ff0fd0.

default	21:58:46.926954+0100	SpringBoard	[app<com.myapp.example(195463C9-7E4D-48E0-83B5-E88FA15340ED)>:1292] Registered new scene: <FBUIApplicationWorkspaceScene: 0x3033f15f0; (FBSceneManager):sceneID:com.myapp.example-default> (fromRemnant = 0)

default	21:58:46.927170+0100	runningboardd	[app<com.myapp.example(195463C9-7E4D-48E0-83B5-E88FA15340ED)>:1292] set Memory Limits to Hard Active (2098)

default	21:58:46.927226+0100	SpringBoard	[(FBSceneManager):sceneID:com.myapp.example-default][1] Scene activated.

default	21:58:46.927261+0100	SpringBoard	[app<com.myapp.example(195463C9-7E4D-48E0-83B5-E88FA15340ED)>:1292] Workspace interruption policy did change: reconnect

default	21:58:46.927392+0100	SpringBoard	Now tracking: <FBScene: 0x303ddcb40; FBSceneManager:sceneID:com.myapp.example-default>

default	21:58:46.927980+0100	runningboardd	Acquiring assertion targeting [app<com.myapp.example(195463C9-7E4D-48E0-83B5-E88FA15340ED)>:1292] from originator [osservice<com.apple.SpringBoard>:34] with description <RBSAssertionDescriptor| "com.apple.frontboard.after-life.interrupted" ID:33-34-2455 target:1292 attributes:[

default	21:58:46.928025+0100	runningboardd	Assertion 33-34-2455 (target:[app<com.myapp.example(195463C9-7E4D-48E0-83B5-E88FA15340ED)>:1292]) will be created as inactive as originator process has not exited

default	21:58:46.928544+0100	SpringBoard	didAddExternalForegroundApplicationSceneHandle pid:1292 scene:@com.apple.frontboard.systemappservices/FBSceneManager:sceneID%3Acom.myapp.example-default now:<recentPIDs: [1292]; recentSceneIdentityTokensByPID: {1292: [@com.apple.frontboard.systemappservices/FBSceneManager:sceneID%3Acom.myapp.example-default]}>

default	21:58:46.928626+0100	SpringBoard	policy: MRU target:<pid=1292 token=@com.apple.frontboard.systemappservices/FBSceneManager:sceneID%3Acom.myapp.example-default>

default	21:58:46.928693+0100	SpringBoard	policy: now generation: 228; keyboardFocusTarget: <token: @com.apple.frontboard.systemappservices/FBSceneManager:sceneID%3Acom.myapp.example-default; pid: 1292>; recentlyUsedScenes: <recentPIDs: [1292]; recentSceneIdentityTokensByPID: {1292: [@com.apple.frontboard.systemappservices/FBSceneManager:sceneID%3Acom.myapp.example-default]}>; selectionPolicy: KeyboardArbiter; shouldSuppressRemoteDeferring: 0

default	21:58:46.929467+0100	runningboardd	[app<com.myapp.example(195463C9-7E4D-48E0-83B5-E88FA15340ED)>:1292] visiblity is yes

default	21:58:46.930104+0100	SpringBoard	[(FBSceneManager):sceneID:com.myapp.example-default] scene content state changed: preparing

default	21:58:46.930140+0100	SpringBoard	[0x3033f15f0:(FBSceneManager):sceneID:com.myapp.example-default] Scene lifecycle state did change: Foreground

default	21:58:46.930206+0100	SpringBoard	[0x3033f15f0:(FBSceneManager):sceneID:com.myapp.example-default] Scene assertion state did change: ForegroundFocal.

default	21:58:46.930313+0100	SpringBoard	[app<com.myapp.example(195463C9-7E4D-48E0-83B5-E88FA15340ED)>:1292] Launch assertion supersedes update of workspace assertion to ForegroundFocal.

default	21:58:46.930397+0100	SpringBoard	[app<com.myapp.example(195463C9-7E4D-48E0-83B5-E88FA15340ED)>:1292] Workspace assertion state did change: ForegroundFocal (acquireAssertion = NO).

default	21:58:46.933065+0100	runningboardd	Calculated state for app<com.myapp.example(195463C9-7E4D-48E0-83B5-E88FA15340ED)>: running-active (role: UserInteractiveFocal) (endowments: <private>)

default	21:58:46.935345+0100	SpringBoard	Application process state changed for com.myapp.example: <SBApplicationProcessState: 0x300eb62e0; pid: 1292; taskState: Running; visibility: Foreground>

default	21:58:46.935846+0100	runningboardd	Successfully acquired underlying assertion for [app<com.myapp.example(195463C9-7E4D-48E0-83B5-E88FA15340ED)>:1292]

default	21:58:46.959032+0100	locationd	Hit the server for a process handle d82e8c0000050c that resolved to: [app<com.myapp.example(195463C9-7E4D-48E0-83B5-E88FA15340ED)>:1292]

default	21:58:46.959281+0100	locationd	Received state update for 1292 (app<com.myapp.example(195463C9-7E4D-48E0-83B5-E88FA15340ED)>, running-active-Visible

default	21:58:46.960010+0100	locationd	{"msg":"invoking applicationStateChange handler", "StateChangeData":"{\n    BKSApplicationStateAppIsFrontmost = 1;\n    BKSApplicationStateExtensionKey = 0;\n    SBApplicationStateDisplayIDKey = \"com.myapp.example\";\n    SBApplicationStateKey = 8;\n    SBApplicationStateProcessIDKey = 1292;\n    SBMostElevatedStateForProcessID = 8;\n}"}

default	21:58:46.960079+0100	useractivityd	Hit the server for a process handle d82e8c0000050c that resolved to: [app<com.myapp.example(195463C9-7E4D-48E0-83B5-E88FA15340ED)>:1292]

default	21:58:46.960196+0100	locationd	{"msg":"Post Application State Change Notification", "notification":"ForegroundRunning", "pid":1292, "bundleId":"com.myapp.example"}

default	21:58:46.960242+0100	useractivityd	Received state update for 1292 (app<com.myapp.example(195463C9-7E4D-48E0-83B5-E88FA15340ED)>, running-active-Visible

default	21:58:46.961169+0100	locationd	{"msg":"#CLIUA AppMonitor notification", "notification":"ForegroundRunning", "pid":1292, "bundleId":"com.myapp.example", "ClientKey":"icom.myapp.example:"}

default	21:58:46.961226+0100	locationd	{"msg":"#CLIUA Marking change", "clientKey":"icom.myapp.example:", "reason":"Process state from RunningBoard", "assertionLevel":5, "coming":1}

default	21:58:46.961302+0100	locationd	{"msg":"#CLIUA updating AssertionRecord", "ClientKey":"icom.myapp.example:", "AssertionLevel":{"type":"decode failure","raw value":0,"expected type":"Generic"}}

default	21:58:46.961452+0100	locationd	{"msg":"#CLIUA AssertionRecord updated", "ClientKey":"icom.myapp.example:", "AssertionLevel":{"type":"decode failure","raw value":5,"expected type":"Generic"}}

default	21:58:46.961499+0100	locationd	{"msg":"#CLIUA in-use level changed for client", "ClientKey":"icom.myapp.example:"}

default	21:58:46.961693+0100	locationd	{"msg":"computing freshAuthorizationContext", "Client":"icom.myapp.example:", "ClientDictionary":"{\n    BundleId = \"com.myapp.example\";\n    BundlePath = \"\/private\/var\/containers\/Bundle\/Application\/38903A2B-93E8-4435-B5F1-6C9AC43D1C62\/mauitest.app\";\n    Executable = \"\/private\/var\/containers\/Bundle\/Application\/38903A2B-93E8-4435-B5F1-6C9AC43D1C62\/mauitest.app\/mauitest\";\n    ExistsInLSDatabase = 1;\n    InUseLevel = 5;\n    PluginBundleIds =     (\n    );\n    SuppressShowingInSettings = 1;\n}", "BigSwitch":1, "InUseLevel":{"type":"decode failure","raw value":5,"expected type":"Generic"}}

default	21:58:46.965743+0100	audiomxd	Hit the server for a process handle d82e8c0000050c that resolved to: [app<com.myapp.example(195463C9-7E4D-48E0-83B5-E88FA15340ED)>:1292]

default	21:58:46.965877+0100	audiomxd	Received state update for 1292 (app<com.myapp.example(195463C9-7E4D-48E0-83B5-E88FA15340ED)>, running-active-Visible

default	21:58:46.966661+0100	callservicesd	Hit the server for a process handle d82e8c0000050c that resolved to: [app<com.myapp.example(195463C9-7E4D-48E0-83B5-E88FA15340ED)>:1292]

default	21:58:46.966784+0100	callservicesd	Received state update for 1292 (app<com.myapp.example(195463C9-7E4D-48E0-83B5-E88FA15340ED)>, running-active-Visible

default	21:58:46.970978+0100	UserEventAgent	Hit the server for a process handle d82e8c0000050c that resolved to: [app<com.myapp.example(195463C9-7E4D-48E0-83B5-E88FA15340ED)>:1292]

default	21:58:46.971517+0100	UserEventAgent	Received state update for 1292 (app<com.myapp.example(195463C9-7E4D-48E0-83B5-E88FA15340ED)>, running-active-Visible

default	21:58:46.971554+0100	wifid	Hit the server for a process handle d82e8c0000050c that resolved to: [app<com.myapp.example(195463C9-7E4D-48E0-83B5-E88FA15340ED)>:1292]

default	21:58:46.971590+0100	symptomsd	Hit the server for a process handle d82e8c0000050c that resolved to: [app<com.myapp.example(195463C9-7E4D-48E0-83B5-E88FA15340ED)>:1292]

default	21:58:46.971623+0100	symptomsd	Received state update for 1292 (app<com.myapp.example(195463C9-7E4D-48E0-83B5-E88FA15340ED)>, running-active-Visible

default	21:58:46.971688+0100	wifid	Received state update for 1292 (app<com.myapp.example(195463C9-7E4D-48E0-83B5-E88FA15340ED)>, running-active-Visible

default	21:58:46.971959+0100	PerfPowerServices	Hit the server for a process handle d82e8c0000050c that resolved to: [app<com.myapp.example(195463C9-7E4D-48E0-83B5-E88FA15340ED)>:1292]

default	21:58:46.972045+0100	itunesstored	Hit the server for a process handle d82e8c0000050c that resolved to: [app<com.myapp.example(195463C9-7E4D-48E0-83B5-E88FA15340ED)>:1292]

default	21:58:46.972093+0100	watchdogd	Hit the server for a process handle d82e8c0000050c that resolved to: [app<com.myapp.example(195463C9-7E4D-48E0-83B5-E88FA15340ED)>:1292]

default	21:58:46.972131+0100	itunesstored	Received state update for 1292 (app<com.myapp.example(195463C9-7E4D-48E0-83B5-E88FA15340ED)>, running-active-Visible

default	21:58:46.972229+0100	watchdogd	Received state update for 1292 (app<com.myapp.example(195463C9-7E4D-48E0-83B5-E88FA15340ED)>, running-active-Visible

default	21:58:46.972316+0100	PerfPowerServices	Received state update for 1292 (app<com.myapp.example(195463C9-7E4D-48E0-83B5-E88FA15340ED)>, running-active-Visible

default	21:58:46.972596+0100	dasd	Hit the server for a process handle d82e8c0000050c that resolved to: [app<com.myapp.example(195463C9-7E4D-48E0-83B5-E88FA15340ED)>:1292]

default	21:58:46.972783+0100	backboardd	Hit the server for a process handle d82e8c0000050c that resolved to: [app<com.myapp.example(195463C9-7E4D-48E0-83B5-E88FA15340ED)>:1292]

default	21:58:46.973612+0100	backboardd	Received state update for 1292 (app<com.myapp.example(195463C9-7E4D-48E0-83B5-E88FA15340ED)>, running-active-Visible

default	21:58:46.973789+0100	dasd	Received state update for 1292 (app<com.myapp.example(195463C9-7E4D-48E0-83B5-E88FA15340ED)>, running-active-Visible

default	21:58:46.983237+0100	wifid	-[WiFiUserInteractionMonitor setApplicationRunningState:foregroundState:andNetworkingState:forBundleId:]: com.myapp.example entered foreground

default	21:58:46.983355+0100	wifid	WifiDeviceManagerCatsWhitelistedApp: CATS en0:  deviceManager:0xdb2268000 FgApp:com.myapp.example stateChange:0 whitelisted=1

    "com.myapp.example",

error	21:58:46.989564+0100	symptomsd	Process state is unknown AppStateTracker, pid 1291, uuid 7F9348D3-BC22-3128-B06D-679BA791EAD8 display identifier com.myapp.example foreground 1

default	21:58:46.992150+0100	symptomsd	com.myapp.example: Foreground: false

default	21:58:46.992672+0100	symptomsd	com.myapp.example: Foreground: true

error	21:58:46.993206+0100	symptomsd	COSMCtrl _foregroundAppActivity incoming bundle com.myapp.example has nil supplied UUID, finds existing 7F9348D3-BC22-3128-B06D-679BA791EAD8

default	21:58:47.004432+0100	SpringBoard	[com.myapp.example] Foreground app will not request ephemeral notifications isAppClip: NO wantsEphemeral notifications: NO

default	21:58:47.004620+0100	SpringBoard	[com.myapp.example] com.myapp.example application state changed to ForegroundRunning

default	21:58:47.004674+0100	SpringBoard	[com.myapp.example] Ignore becoming foreground for application without push registration

default	21:58:47.013814+0100	SpringBoard	Received state update for 1292 (app<com.myapp.example(195463C9-7E4D-48E0-83B5-E88FA15340ED)>, running-active-Visible

default	21:58:47.013854+0100	CommCenter	Received state update for 1292 (app<com.myapp.example(195463C9-7E4D-48E0-83B5-E88FA15340ED)>, running-active-Visible

default	21:58:47.014465+0100	useractivityd	Received state update for 1292 (app<com.myapp.example(195463C9-7E4D-48E0-83B5-E88FA15340ED)>, running-active-Visible

default	21:58:47.014609+0100	backboardd	Received state update for 1292 (app<com.myapp.example(195463C9-7E4D-48E0-83B5-E88FA15340ED)>, running-active-Visible

default	21:58:47.014971+0100	audiomxd	Received state update for 1292 (app<com.myapp.example(195463C9-7E4D-48E0-83B5-E88FA15340ED)>, running-active-Visible

default	21:58:47.015069+0100	callservicesd	Received state update for 1292 (app<com.myapp.example(195463C9-7E4D-48E0-83B5-E88FA15340ED)>, running-active-Visible

default	21:58:47.015777+0100	locationd	Received state update for 1292 (app<com.myapp.example(195463C9-7E4D-48E0-83B5-E88FA15340ED)>, running-active-Visible

default	21:58:47.016010+0100	wifid	Received state update for 1292 (app<com.myapp.example(195463C9-7E4D-48E0-83B5-E88FA15340ED)>, running-active-Visible

default	21:58:47.016052+0100	UserEventAgent	Received state update for 1292 (app<com.myapp.example(195463C9-7E4D-48E0-83B5-E88FA15340ED)>, running-active-Visible

default	21:58:47.016314+0100	symptomsd	Received state update for 1292 (app<com.myapp.example(195463C9-7E4D-48E0-83B5-E88FA15340ED)>, running-active-Visible

default	21:58:47.016721+0100	PerfPowerServices	Received state update for 1292 (app<com.myapp.example(195463C9-7E4D-48E0-83B5-E88FA15340ED)>, running-active-Visible

default	21:58:47.016788+0100	itunesstored	Received state update for 1292 (app<com.myapp.example(195463C9-7E4D-48E0-83B5-E88FA15340ED)>, running-active-Visible

default	21:58:47.017020+0100	watchdogd	Received state update for 1292 (app<com.myapp.example(195463C9-7E4D-48E0-83B5-E88FA15340ED)>, running-active-Visible

default	21:58:47.017209+0100	dasd	Received state update for 1292 (app<com.myapp.example(195463C9-7E4D-48E0-83B5-E88FA15340ED)>, running-active-Visible

default	21:58:48.970859+0100	runningboardd	[app<com.myapp.example(195463C9-7E4D-48E0-83B5-E88FA15340ED)>:1292] termination reported by launchd (0, 0, 65280)

default	21:58:48.970896+0100	runningboardd	Removing process: [app<com.myapp.example(195463C9-7E4D-48E0-83B5-E88FA15340ED)>:1292]

default	21:58:48.971045+0100	runningboardd	Removing launch job for: [app<com.myapp.example(195463C9-7E4D-48E0-83B5-E88FA15340ED)>:1292]

default	21:58:48.971117+0100	runningboardd	Removed job for [app<com.myapp.example(195463C9-7E4D-48E0-83B5-E88FA15340ED)>:1292]

default	21:58:48.971179+0100	runningboardd	Removing assertions for terminated process: [app<com.myapp.example(195463C9-7E4D-48E0-83B5-E88FA15340ED)>:1292]

default	21:58:48.971293+0100	runningboardd	Removed last relative-start-date-defining assertion for process app<com.myapp.example(195463C9-7E4D-48E0-83B5-E88FA15340ED)>

default	21:58:48.991278+0100	powerd	Process runningboardd.33 Released SystemIsActive "app<com.myapp.example(195463C9-7E4D-48E0-83B5-E88FA15340ED)>33-34-2453:FBApplicationProcess" age:00:00:02  id:51539648870 [System: PrevIdle SysAct]

default	21:58:48.992080+0100	SpringBoard	[app<com.myapp.example(195463C9-7E4D-48E0-83B5-E88FA15340ED)>:1292] Connection to remote process was not established.

default	21:58:48.992372+0100	runningboardd	Calculated state for app<com.myapp.example(195463C9-7E4D-48E0-83B5-E88FA15340ED)>: none (role: None) (endowments: (null))

default	21:58:48.992763+0100	SpringBoard	[app<com.myapp.example(195463C9-7E4D-48E0-83B5-E88FA15340ED)>:1292] Now flagged as pending exit for reason: launch failed

default	21:58:48.992795+0100	SpringBoard	[app<com.myapp.example(195463C9-7E4D-48E0-83B5-E88FA15340ED)>:1292] Process exited: <RBSProcessExitContext| voluntary>.

default	21:58:48.992827+0100	SpringBoard	[app<com.myapp.example(195463C9-7E4D-48E0-83B5-E88FA15340ED)>:1292] Setting process task state to: Not Running

default	21:58:48.992889+0100	SpringBoard	[app<com.myapp.example(195463C9-7E4D-48E0-83B5-E88FA15340ED)>:1292] Setting process visibility to: Unknown

default	21:58:48.992924+0100	SpringBoard	[app<com.myapp.example(195463C9-7E4D-48E0-83B5-E88FA15340ED)>:1292] Invalidating workspace.

default	21:58:48.992991+0100	SpringBoard	Removing source registration for processHandle: [app<com.myapp.example(195463C9-7E4D-48E0-83B5-E88FA15340ED)>:1292]

default	21:58:48.993097+0100	SpringBoard	[0x3033f15f0:(FBSceneManager):sceneID:com.myapp.example-default] Invalidated for workspace: 0x303ff0fd0.

default	21:58:48.993129+0100	SpringBoard	Removing: <FBApplicationProcess: 0xacdf738b0; app<com.myapp.example(195463C9-7E4D-48E0-83B5-E88FA15340ED)>:1292(vE4A)>

default	21:58:48.994097+0100	CommCenter	Received state update for 1292 (app<com.myapp.example(195463C9-7E4D-48E0-83B5-E88FA15340ED)>, none-NotVisible

<SBSceneReadySwitcherModifierEvent: 0x300e84700; type: SceneReady; appLayout: <SBAppLayout: 0x302790e80; primary: com.myapp.example:default; environment: main> {

        sceneID:com.myapp.example-default = <SBDisplayItemLayoutAttributes: 0x3033cd450; contentOrientation: "portrait (1)"; lastInteractionTime: 243; sizingPolicy: maximized; size: unspecified; center: unspecified; occlusionState: unknown; userConfiguredSizeBeforeOverlapping: unspecified; unoccludedPeekingCenter: unspecified>;

    continuousExposeIdentifier = com.myapp.example;

        primary = <SBDisplayItem: 0x30047a3a0; type: App; bundleIdentifier: com.myapp.example; uniqueIdentifier: sceneID:com.myapp.example-default>;

default	21:58:48.994318+0100	SpringBoard	[app<com.myapp.example(195463C9-7E4D-48E0-83B5-E88FA15340ED)>:1292] Dropping launch assertion.

default	21:58:48.994704+0100	runningboardd	Calculated state for app<com.myapp.example(195463C9-7E4D-48E0-83B5-E88FA15340ED)>: none (role: None) (endowments: (null))

default	21:58:48.995568+0100	SpringBoard	Received state update for 1292 (app<com.myapp.example(195463C9-7E4D-48E0-83B5-E88FA15340ED)>, none-NotVisible

default	21:58:48.995670+0100	CommCenter	Received state update for 1292 (app<com.myapp.example(195463C9-7E4D-48E0-83B5-E88FA15340ED)>, none-NotVisible

default	21:58:49.000583+0100	SpringBoard	Front display did change: <SBApplication: 0x3077a8f00; com.myapp.example>

default	21:58:49.005726+0100	callservicesd	Received state update for 1292 (app<com.myapp.example(195463C9-7E4D-48E0-83B5-E88FA15340ED)>, none-NotVisible

default	21:58:49.005805+0100	wifid	Received state update for 1292 (app<com.myapp.example(195463C9-7E4D-48E0-83B5-E88FA15340ED)>, none-NotVisible

default	21:58:49.006439+0100	locationd	Received state update for 1292 (app<com.myapp.example(195463C9-7E4D-48E0-83B5-E88FA15340ED)>, none-NotVisible

default	21:58:49.007925+0100	useractivityd	Received state update for 1292 (app<com.myapp.example(195463C9-7E4D-48E0-83B5-E88FA15340ED)>, none-NotVisible

default	21:58:49.009452+0100	itunesstored	Received state update for 1292 (app<com.myapp.example(195463C9-7E4D-48E0-83B5-E88FA15340ED)>, none-NotVisible

default	21:58:49.010720+0100	watchdogd	Received state update for 1292 (app<com.myapp.example(195463C9-7E4D-48E0-83B5-E88FA15340ED)>, none-NotVisible

default	21:58:49.011104+0100	audiomxd	Received state update for 1292 (app<com.myapp.example(195463C9-7E4D-48E0-83B5-E88FA15340ED)>, none-NotVisible

default	21:58:49.011985+0100	UserEventAgent	Received state update for 1292 (app<com.myapp.example(195463C9-7E4D-48E0-83B5-E88FA15340ED)>, none-NotVisible

default	21:58:49.012321+0100	backboardd	Received state update for 1292 (app<com.myapp.example(195463C9-7E4D-48E0-83B5-E88FA15340ED)>, none-NotVisible

default	21:58:49.015060+0100	audiomxd	Received state update for 1292 (app<com.myapp.example(195463C9-7E4D-48E0-83B5-E88FA15340ED)>, none-NotVisible

default	21:58:49.015717+0100	callservicesd	Received state update for 1292 (app<com.myapp.example(195463C9-7E4D-48E0-83B5-E88FA15340ED)>, none-NotVisible

default	21:58:49.015990+0100	wifid	Received state update for 1292 (app<com.myapp.example(195463C9-7E4D-48E0-83B5-E88FA15340ED)>, none-NotVisible

default	21:58:49.016630+0100	locationd	Received state update for 1292 (app<com.myapp.example(195463C9-7E4D-48E0-83B5-E88FA15340ED)>, none-NotVisible

default	21:58:49.016767+0100	SpringBoard	[com.myapp.example] com.myapp.example application state changed to Terminated

default	21:58:49.016864+0100	SpringBoard	[com.myapp.example] Ignore becoming background for application without push registration

default	21:58:49.017374+0100	wifid	-[WiFiUserInteractionMonitor setApplicationRunningState:foregroundState:andNetworkingState:forBundleId:]: com.myapp.example exited

default	21:58:49.017446+0100	dasd	Received state update for 1292 (app<com.myapp.example(195463C9-7E4D-48E0-83B5-E88FA15340ED)>, none-NotVisible

    "com.myapp.example",

default	21:58:49.018524+0100	symptomsd	Received state update for 1292 (app<com.myapp.example(195463C9-7E4D-48E0-83B5-E88FA15340ED)>, none-NotVisible

default	21:58:49.018843+0100	useractivityd	Received state update for 1292 (app<com.myapp.example(195463C9-7E4D-48E0-83B5-E88FA15340ED)>, none-NotVisible

default	21:58:49.019238+0100	PerfPowerServices	Received state update for 1292 (app<com.myapp.example(195463C9-7E4D-48E0-83B5-E88FA15340ED)>, none-NotVisible

default	21:58:49.019368+0100	locationd	{"msg":"invoking applicationStateChange handler", "StateChangeData":"{\n    BKSApplicationStateAppIsFrontmost = 0;\n    BKSApplicationStateExtensionKey = 0;\n    SBApplicationStateDisplayIDKey = \"com.myapp.example\";\n    SBApplicationStateKey = 1;\n    SBApplicationStateProcessIDKey = 1292;\n    SBMostElevatedStateForProcessID = 1;\n}"}

default	21:58:49.019857+0100	locationd	{"msg":"#dic AppMonitor received Termination", "pid":1292, "bundleId":"com.myapp.example", "exitReason":-1}

default	21:58:49.019898+0100	itunesstored	Received state update for 1292 (app<com.myapp.example(195463C9-7E4D-48E0-83B5-E88FA15340ED)>, none-NotVisible

default	21:58:49.020154+0100	locationd	{"msg":"Post Application State Change Notification", "notification":"Terminated", "pid":1292, "bundleId":"com.myapp.example"}

default	21:58:49.020714+0100	UserEventAgent	Received state update for 1292 (app<com.myapp.example(195463C9-7E4D-48E0-83B5-E88FA15340ED)>, none-NotVisible

default	21:58:49.020950+0100	locationd	{"msg":"#CLIUA AppMonitor notification", "notification":"Terminated", "pid":1292, "bundleId":"com.myapp.example", "ClientKey":"icom.myapp.example:"}

default	21:58:49.021117+0100	locationd	{"msg":"#CLIUA Marking change", "clientKey":"icom.myapp.example:", "reason":"Process state from RunningBoard", "assertionLevel":5, "coming":0}

default	21:58:49.021224+0100	locationd	{"msg":"#CLIUA updating AssertionRecord", "ClientKey":"icom.myapp.example:", "AssertionLevel":{"type":"decode failure","raw value":5,"expected type":"Generic"}}

default	21:58:49.021318+0100	watchdogd	Received state update for 1292 (app<com.myapp.example(195463C9-7E4D-48E0-83B5-E88FA15340ED)>, none-NotVisible

default	21:58:49.021384+0100	locationd	{"msg":"#CLIUA AssertionRecord updated", "ClientKey":"icom.myapp.example:", "AssertionLevel":{"type":"decode failure","raw value":0,"expected type":"Generic"}}

default	21:58:49.021481+0100	locationd	{"msg":"#CLIUA in-use level changed for client", "ClientKey":"icom.myapp.example:"}

default	21:58:49.021786+0100	locationd	{"msg":"computing freshAuthorizationContext", "Client":"icom.myapp.example:", "ClientDictionary":"{\n    BundleId = \"com.myapp.example\";\n    BundlePath = \"\/private\/var\/containers\/Bundle\/Application\/38903A2B-93E8-4435-B5F1-6C9AC43D1C62\/mauitest.app\";\n    Executable = \"\/private\/var\/containers\/Bundle\/Application\/38903A2B-93E8-4435-B5F1-6C9AC43D1C62\/mauitest.app\/mauitest\";\n    ExistsInLSDatabase = 1;\n    InUseLevel = 0;\n    PluginBundleIds =     (\n    );\n    SuppressShowingInSettings = 1;\n}", "BigSwitch":1, "InUseLevel":{"type":"decode failure","raw value":0,"expected type":"Generic"}}

default	21:58:49.024425+0100	SpringBoard	didRemoveExternalForegroundApplicationSceneHandle pid:1292 scene:@com.apple.frontboard.systemappservices/FBSceneManager:sceneID%3Acom.myapp.example-default now:<empty>

default	21:58:49.029597+0100	mediaserverd	<<<< FigCaptureDisplayLayoutMonitor >>>> -[FigCaptureDisplayLayoutMonitor _parseDisplayLayout:]: <FigCaptureDisplayLayoutMonitor: 0xd2086c000 Main Display> <FBSDisplayLayout: 0xd2009ea30; displayIdentity: Main> {    bounds = {{0, 0}, {375, 667}};    interfaceOrientation = "portrait (1)";    backlightLevel = 100;    elements = {        <SBSDisplayLayoutElement: 0xd203fb250; com.apple.springboard.home-screen; frame: {{0, 0}, {375, 667}}; level: 0; role: primary>;        <SBSDisplayLayoutElement: 0xd203fb2c0; sceneID:com.myapp.example-default; bundleID: com.myapp.example; frame: {{0, 0}, {375, 667}}; level: 1; role: primary>;    }    timestamp = 12 July 2024 at 21:58:49 BST;}

default	21:58:49.029653+0100	mediaserverd	<<<< FigCaptureDisplayLayoutMonitor >>>> -[FigCaptureDisplayLayoutMonitor _updateObserversWithLayout:]: <FigCaptureDisplayLayoutMonitor: 0xd2086c000 Main Display> <FigCaptureDisplayLayout: 0xd200ee1c0 07-12-2024 21:58:49, Main Display, foreground:[com.myapp.example]>

default	21:58:49.029949+0100	SpringBoard	No longer tracking: <FBScene: 0x303ddcb40; FBSceneManager:sceneID:com.myapp.example-default>

default	21:58:49.030216+0100	SpringBoard	<SBSceneSnapshotRequestor: 0x3006d92f0; debugName: LCD> [sceneID:com.myapp.example-default] Requesting 2 snapshot(s) because the scene actually moved to the background

default	21:58:49.030365+0100	SpringBoard	Created: <FBSceneSnapshotAction: 0x302712c80; sceneID:com.myapp.example-default>

default	21:58:49.030891+0100	runningboardd	Acquiring assertion targeting 1292 from originator [osservice<com.apple.SpringBoard>:34] with description <RBSAssertionDescriptor| "FBSceneSnapshotAction:sceneID:com.myapp.example-default" ID:33-34-2457 target:1292 attributes:[

default	21:58:49.031281+0100	SpringBoard	[(FBSceneManager):sceneID:com.myapp.example-default] scene content state changed: notReady

default	21:58:49.052082+0100	bluetoothd	SystemUI unknown identifier: 'sceneID:com.myapp.example-default' / 'com.myapp.example'

default	21:58:49.074373+0100	backboardd	Received state update for 1292 (app<com.myapp.example(195463C9-7E4D-48E0-83B5-E88FA15340ED)>, none-NotVisible

error	21:58:49.075251+0100	symptomsd	Process state is unknown AppStateTracker, pid 1292, uuid 7F9348D3-BC22-3128-B06D-679BA791EAD8 display identifier com.myapp.example foreground 1

default	21:58:49.077828+0100	symptomsd	com.myapp.example: Foreground: false

error	21:58:49.078003+0100	symptomsd	COSMCtrl _foregroundAppActivity incoming bundle com.myapp.example has nil supplied UUID, finds existing 7F9348D3-BC22-3128-B06D-679BA791EAD8

error	21:58:49.080451+0100	SpringBoard	Scene FBSceneManager/sceneID:com.myapp.example-default update failed: <NSError: 0x30059bfc0; domain: FBSceneErrorDomain; code: 1 ("operation-failed"); "Scene update failed."> {

default	21:58:49.080501+0100	SpringBoard	Invalidating scene: sceneID:com.myapp.example-default

default	21:58:49.080565+0100	SpringBoard	Invalidating: <FBSceneSnapshotAction: 0x302712c80; sceneID:com.myapp.example-default>

default	21:58:49.080601+0100	SpringBoard	[(FBSceneManager):sceneID:com.myapp.example-default][1] Scene invalidated.

default	21:58:49.080636+0100	SpringBoard	Got response for <FBSceneSnapshotAction: 0x302712c80; sceneID:com.myapp.example-default>: <NSError: 0x300599ef0; domain: BSActionErrorDomain; code: 6 ("anulled")>

default	21:58:49.080708+0100	SpringBoard	Process exited: <FBApplicationProcess: 0xacdf738b0; app<com.myapp.example(195463C9-7E4D-48E0-83B5-E88FA15340ED)>:1292(vE4A)> -> <RBSProcessExitContext| voluntary>

default	21:58:49.080977+0100	SpringBoard	Application process state changed for com.myapp.example: (null)

default	21:58:49.082089+0100	SpringBoard	Client provider invalidated: <FBWorkspace: 0x303ff0fd0; app<com.myapp.example(195463C9-7E4D-48E0-83B5-E88FA15340ED)>>

error	21:58:49.082189+0100	SpringBoard	Scene FBSceneManager/sceneID:com.myapp.example-default update failed: <NSError: 0x30059bc00; domain: FBSceneErrorDomain; code: 1 ("operation-failed"); "Scene update failed."> {

default	21:58:49.084614+0100	SpringBoard	MRNowPlayingAudioFormatController foreground bundle id changed: com.myapp.example

default	21:58:50.549730+0100	SpringBoard	Verify background audio activity for com.myapp.example, Recording: 0

I'm guessing these error entries are important

image

Though it does always seem to crash with this being the last line that references the ApplicationId, yet the app doesn't perform any audio (it's a bare-bones sample app)

default	21:58:50.549730+0100	SpringBoard	Verify background audio activity for com.myapp.example, Recording: 0

@emaf
Copy link
Member

emaf commented Jul 15, 2024

@rolfbjarne have you seen this before?

@RobbiewOnline
Copy link

Is there anything further we can provide to help diagnose this?

Given we could get it with a File > New project on a physical device I would have hoped others have been able to experience it to, though the zip file previously provided should re-create the issue? Can someone confirm they can re-create?

@emaf emaf self-assigned this Jul 26, 2024
@emaf emaf added the vs-sync Add this label to synchronize the issue to AzDo label Jul 26, 2024
@AllenD-MSFT AllenD-MSFT added the vs-syncd Linked to AzDO label Jul 26, 2024
@nagilson nagilson removed the area-sdk label Jul 30, 2024
@dalexsoto
Copy link
Member

I think this is fixed in .NET 9 Preview 7 by dotnet/runtime#105813

@richaplinvs
Copy link
Author

richaplinvs commented Aug 2, 2024

I think this is fixed in .NET 9 Preview 7 by dotnet/runtime#105813

Thanks for this. I tried the workaround of explicitly declaring the SwiftError and the project runs fine!

I'm just really confused why this isn't seen as a higher priority issue. I can't be the only unlucky person to not being using the SwitError type? Or is this simply a case of me raising the issue on the wrong repo? i.e. vscode-dotnettools vs runtime

@emaf
Copy link
Member

emaf commented Aug 2, 2024

@richaplinvs Yes, as this is a runtime issue there is nothing we can do from the tooling and it sometimes takes longer to root to where it is coming from. The good news is it is already fixed and will be part of Preview 7.

@emaf emaf closed this as completed Aug 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-maui bug Something isn't working vs-sync Add this label to synchronize the issue to AzDo vs-syncd Linked to AzDO
Projects
None yet
Development

No branches or pull requests

7 participants