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

iOS app crashing on startup #2125

Open
ChickenChunk579 opened this issue Dec 15, 2024 · 17 comments · May be fixed by #2139
Open

iOS app crashing on startup #2125

ChickenChunk579 opened this issue Dec 15, 2024 · 17 comments · May be fixed by #2139
Labels
iOS more info needed Further information is needed from the user

Comments

@ChickenChunk579
Copy link

I compiled the current version of love to iOS on iOS 18.1, but it crashes on startup with these logs

    <UITouch: 0xd86d06680> type: Direct; phase: Began; is pointer: NO; tap count: 1; force: 0.000; window: <SBHomeScreenWindow: 0xd82e69400; HomeScreen-0xd82e69400-5; baseClass = UIWindow; frame = (0 0; 375 667); clipsToBounds = YES; opaque = NO; gestureRecognizers = <NSArray: 0x30120f160>; layer = <UIWindowLayer: 0x301810030>>; responder: <SBHLibraryCategoryPodIconView: 0xd84002300; frame: {{8.5, 8.5}, {60, 60}}; icon: <SBApplicationIcon: 0x303b12d00; nodeID: org.love2d.love; bundleID: org.love2d.love>; location: SBIconLocationAppLibraryCategoryPodRecents; iconContentScale: 0.950000; allowsLabelArea: NO; isLabelHidden: YES; isLabelAccessoryHidden: YES>; location in window: {240, 131}; previous location in window: {240, 131}; location in view: {31, 24.5}; previous location in view: {31, 24.5}
    <UITouch: 0xd86d06680> type: Direct; phase: Began; is pointer: NO; tap count: 1; force: 0.000; window: <SBHomeScreenWindow: 0xd82e69400; HomeScreen-0xd82e69400-5; baseClass = UIWindow; frame = (0 0; 375 667); clipsToBounds = YES; opaque = NO; gestureRecognizers = <NSArray: 0x30120f160>; layer = <UIWindowLayer: 0x301810030>>; responder: <SBHLibraryCategoryPodIconView: 0xd84002300; frame: {{8.5, 8.5}, {60, 60}}; icon: <SBApplicationIcon: 0x303b12d00; nodeID: org.love2d.love; bundleID: org.love2d.love>; location: SBIconLocationAppLibraryCategoryPodRecents; iconContentScale: 0.950000; allowsLabelArea: NO; isLabelHidden: YES; isLabelAccessoryHidden: YES; isTouchDownInIcon: YES>; location in window: {240, 131}; previous location in window: {240, 131}; location in view: {31, 24.5}; previous location in view: {31, 24.5}
    "sceneID:org.love2d.love-default" = 1;
        SBLayoutRolePrimary = <SBDeviceApplicationSceneEntity: 0x300e7b900; ID: sceneID:org.love2d.love-default; layoutRole: primary>;
Dec 15 18:01:32 SpringBoard(SpringBoard)[213] <Notice>: Generating initialization context on main thread for: org.love2d.love
Dec 15 18:01:32 SpringBoard(FrontBoard)[213] <Notice>: Asked to bootstrap a new process with identity: app<org.love2d.love(77DAC92F-60BC-481D-BB14-A4DC0A240229)>
Dec 15 18:01:32 SpringBoard(FrontBoard)[213] <Notice>: Creating process (sync=true) with identity: app<org.love2d.love(77DAC92F-60BC-481D-BB14-A4DC0A240229)>
Dec 15 18:01:32 SpringBoard(FrontBoard)[213] <Notice>: Created <FBWorkspace: 0x30269e4e0; <FBApplicationProcess: 0xd853fc600; app<org.love2d.love>:<invalid>>>
Dec 15 18:01:32 SpringBoard(FrontBoard)[213] <Notice>: Bootstrapping app<org.love2d.love> with intent foreground-interactive
Dec 15 18:01:32 runningboardd(RunningBoard)[33] <Notice>: Acquiring assertion targeting app<org.love2d.love(77DAC92F-60BC-481D-BB14-A4DC0A240229)> from originator [osservice<com.apple.SpringBoard>:213] with description <RBSAssertionDescriptor| "FBApplicationProcess" ID:33-213-150689 target:app<org.love2d.love(77DAC92F-60BC-481D-BB14-A4DC0A240229)> attributes:[
Dec 15 18:01:32 runningboardd(RunningBoard)[33] <Notice>: Assertion 33-213-150689 (target:app<org.love2d.love(77DAC92F-60BC-481D-BB14-A4DC0A240229)>) will be created as active
Dec 15 18:01:32 runningboardd(RunningBoard)[33] <Notice>: Executing launch request for app<org.love2d.love(77DAC92F-60BC-481D-BB14-A4DC0A240229)> (FBApplicationProcess)
Dec 15 18:01:32 runningboardd(RunningBoard)[33] <Notice>: Creating and launching job for: app<org.love2d.love(77DAC92F-60BC-481D-BB14-A4DC0A240229)>
Dec 15 18:01:32 runningboardd(RunningBoard)[33] <Notice>: _mutateContextIfNeeded called for org.love2d.love
Dec 15 18:01:32 runningboardd(RunningBoard)[33] <Notice>: app<org.love2d.love(77DAC92F-60BC-481D-BB14-A4DC0A240229)>: -[RBPersonaManager personaForIdentity:context:personaUID:personaUniqueString:] required 0.005007 ms (wallclock); resolved to {1000, 77DAC92F-60BC-481D-BB14-A4DC0A240229}
Dec 15 18:01:32 runningboardd(RunningBoard)[33] <Notice>: 'app<org.love2d.love(77DAC92F-60BC-481D-BB14-A4DC0A240229)>' Skipping container path lookup because containerization was prevented (<RBSLaunchContext: 0xce8ba5a40>)
Dec 15 18:01:32 runningboardd(RunningBoard)[33] <Notice>: 'app<org.love2d.love(77DAC92F-60BC-481D-BB14-A4DC0A240229)>' Constructed job description:
        "_ResourceCoalition" => <string: 0xce8fc3870> { length = 58, contents = "app<org.love2d.love(77DAC92F-60BC-481D-BB14-A4DC0A240229)>" }
        "CFBundleIdentifier" => <string: 0xce8fc0ed0> { length = 15, contents = "org.love2d.love" }
                                "EAI" => <string: 0xce8fc18c0> { length = 15, contents = "org.love2d.love" }
        "Label" => <string: 0xce8fc3c30> { length = 49, contents = "UIKitApplication:org.love2d.love[ecea][rb-legacy]" }
                0: <string: 0xce8fc2f10> { length = 85, contents = "/var/containers/Bundle/Application/2170E408-3DEB-4244-83A6-94E95F11ED6F/love.app/love" }
        "Program" => <string: 0xce8fc0bd0> { length = 85, contents = "/var/containers/Bundle/Application/2170E408-3DEB-4244-83A6-94E95F11ED6F/love.app/love" }
Dec 15 18:01:32 SpringBoard(SpringBoard)[213] <Notice>: <SBFullScreenSwitcherLiveContentOverlayCoordinator: 0x3032bccc0> Adding SwitcherScene overlay for: <SBAppLayout: 0x3038b1e00; primary: org.love2d.love:default; environment: main>, animated: NO
        sceneID:org.love2d.love-default
        org.love2d.love
Dec 15 18:01:32 SpringBoard(SpringBoard)[213] <Notice>: modifying scene setting userInterfaceStyle to Dark displayIdentity: Main forSceneManagers: Main <SBDeviceApplicationSceneHandle: 0xd868a6100; sceneID: sceneID:org.love2d.love-default; scenePointer: 0x0; scene: 0x0>
Dec 15 18:01:32 SpringBoard(FrontBoard)[213] <Notice>: Asked to bootstrap a new process with identity: app<org.love2d.love(77DAC92F-60BC-481D-BB14-A4DC0A240229)>
Dec 15 18:01:32 SpringBoard(FrontBoard)[213] <Notice>: Did not create a new process: A pending process for app<org.love2d.love(77DAC92F-60BC-481D-BB14-A4DC0A240229)> already exists.
Dec 15 18:01:32 runningboardd(RunningBoard)[33] <Notice>: [app<org.love2d.love(77DAC92F-60BC-481D-BB14-A4DC0A240229)>:5864] Memory Limits: active 2098 inactive 2098
Dec 15 18:01:32 runningboardd(RunningBoard)[33] <Notice>: [app<org.love2d.love(77DAC92F-60BC-481D-BB14-A4DC0A240229)>:5864] This process will be managed.
Dec 15 18:01:32 kernel(Sandbox)[0] <Notice>: /private/var/containers/Bundle/Application/2170E408-3DEB-4244-83A6-94E95F11ED6F/love.app/love[5864] ==> container
Dec 15 18:01:32 runningboardd(RunningBoard)[33] <Notice>: Now tracking process: [app<org.love2d.love(77DAC92F-60BC-481D-BB14-A4DC0A240229)>:5864]
Dec 15 18:01:32 runningboardd(RunningBoard)[33] <Notice>: Calculated state for app<org.love2d.love(77DAC92F-60BC-481D-BB14-A4DC0A240229)>: running-active (role: UserInteractiveFocal) (endowments: <private>)
Dec 15 18:01:32 runningboardd(RunningBoard)[33] <Notice>: Using default underlying assertion for app: [app<org.love2d.love(77DAC92F-60BC-481D-BB14-A4DC0A240229)>:5864]
Dec 15 18:01:32 runningboardd(RunningBoard)[33] <Notice>: Acquiring assertion targeting [app<org.love2d.love(77DAC92F-60BC-481D-BB14-A4DC0A240229)>:5864] from originator [app<org.love2d.love(77DAC92F-60BC-481D-BB14-A4DC0A240229)>:5864] with description <RBSAssertionDescriptor| "RB Underlying Assertion" ID:33-33-150691 target:5864 attributes:[
Dec 15 18:01:32 runningboardd(RunningBoard)[33] <Notice>: Assertion 33-33-150691 (target:[app<org.love2d.love(77DAC92F-60BC-481D-BB14-A4DC0A240229)>:5864]) will be created as active
Dec 15 18:01:32 runningboardd(RunningBoard)[33] <Notice>: [app<org.love2d.love(77DAC92F-60BC-481D-BB14-A4DC0A240229)>:5864] Set jetsam priority to 100 [0] flag[1]
Dec 15 18:01:32 kernel(Sandbox)[0] <Error>: Sandbox: love(5864) deny(1) sysctl-read kern.bootargs
Dec 15 18:01:32 runningboardd(RunningBoard)[33] <Notice>: [app<org.love2d.love(77DAC92F-60BC-481D-BB14-A4DC0A240229)>:5864] Resuming task.
Dec 15 18:01:32 runningboardd(RunningBoard)[33] <Notice>: [app<org.love2d.love(77DAC92F-60BC-481D-BB14-A4DC0A240229)>:5864] Set darwin role to: UserInteractiveFocal
Dec 15 18:01:32 runningboardd(RunningBoard)[33] <Notice>: [app<org.love2d.love(77DAC92F-60BC-481D-BB14-A4DC0A240229)>:5864] set Memory Limits to Default Inactive (2098)
Dec 15 18:01:32 runningboardd(RunningBoard)[33] <Notice>: Calculated state for app<org.love2d.love(77DAC92F-60BC-481D-BB14-A4DC0A240229)>: running-active (role: UserInteractiveFocal) (endowments: <private>)
Dec 15 18:01:32 runningboardd(RunningBoard)[33] <Notice>: [app<org.love2d.love(77DAC92F-60BC-481D-BB14-A4DC0A240229)>:5864] Set Carplay mode to: 0
Dec 15 18:01:32 runningboardd(RunningBoard)[33] <Notice>: [app<org.love2d.love(77DAC92F-60BC-481D-BB14-A4DC0A240229)>:5864] visiblity is yes
Dec 15 18:01:32 SpringBoard(FrontBoard)[213] <Notice>: [app<org.love2d.love>:5864] Bootstrap success!
Dec 15 18:01:32 SpringBoard(RunningBoardServices)[213] <Notice>: Hit the server for a process handle d774b4f000016e8 that resolved to: [app<org.love2d.love(77DAC92F-60BC-481D-BB14-A4DC0A240229)>:5864]
Dec 15 18:01:32 SpringBoard(RunningBoardServices)[213] <Notice>: Hit the server for a process handle d774b4f000016e8 that resolved to: [app<org.love2d.love(77DAC92F-60BC-481D-BB14-A4DC0A240229)>:5864]
Dec 15 18:01:32 SpringBoard(RunningBoardServices)[213] <Notice>: Received state update for 5864 (app<org.love2d.love(77DAC92F-60BC-481D-BB14-A4DC0A240229)>, running-active-Visible
Dec 15 18:01:32 SpringBoard(FrontBoard)[213] <Notice>: [app<org.love2d.love>:5864] Setting process task state to: Running
Dec 15 18:01:32 powerd[46] <Notice>: Process runningboardd.33 Created SystemIsActive "app<org.love2d.love(77DAC92F-60BC-481D-BB14-A4DC0A240229)>33-213-150689:FBApplicationProcess" age:00:00:00  id:51539648147 [System: PrevIdle SysAct]
Dec 15 18:01:32 SpringBoard(FrontBoard)[213] <Notice>: [app<org.love2d.love>:5864] Setting process visibility to: Foreground
Dec 15 18:01:32 CommCenter(RunningBoardServices)[97] <Notice>: Hit the server for a process handle d774b4f000016e8 that resolved to: [app<org.love2d.love(77DAC92F-60BC-481D-BB14-A4DC0A240229)>:5864]
Dec 15 18:01:32 SpringBoard(FrontBoard)[213] <Notice>: [app<org.love2d.love>:5864] Registering event dispatcher after bootstrap
Dec 15 18:01:32 CommCenter(RunningBoardServices)[97] <Notice>: Received state update for 5864 (app<org.love2d.love(77DAC92F-60BC-481D-BB14-A4DC0A240229)>, running-active-Visible
Dec 15 18:01:32 SpringBoard(FrontBoard)[213] <Notice>: [app<org.love2d.love>:5864] Initial launch assertion state: ForegroundFocal.
Dec 15 18:01:32 SpringBoard(FrontBoard)[213] <Notice>: Adding: <FBApplicationProcess: 0xd853fc600; app<org.love2d.love>:5864(v3C3D)>
Dec 15 18:01:32 runningboardd(RunningBoard)[33] <Notice>: [app<org.love2d.love(77DAC92F-60BC-481D-BB14-A4DC0A240229)>:5864] reported to RB as running
Dec 15 18:01:32 kernel[0] <Notice>: love[5864] Corpse allowed 1 of 5
Dec 15 18:01:32 SpringBoard(SpringBoard)[213] <Notice>: Returning cached initialization context for org.love2d.love
Dec 15 18:01:32 SpringBoard(UserNotificationsServer)[213] <Notice>: [org.love2d.love] Foreground app will not request ephemeral notifications isAppClip: NO wantsEphemeral notifications: NO
Dec 15 18:01:32 SpringBoard(FrontBoard)[213] <Notice>: [0x30229b300:(FBSceneManager):sceneID:org.love2d.love-default] Initialized with connection: 0x3004700f0.
Dec 15 18:01:32 cameracaptured(CMCapture)[66] <Notice>: <<<< FigCaptureDisplayLayoutMonitor >>>> -[FigCaptureDisplayLayoutMonitor _parseDisplayLayout:]: <FigCaptureDisplayLayoutMonitor: 0x6a41b9380 Main Display> <FBSDisplayLayout: 0x6aaa7ce80; displayIdentity: Main> {    bounds = {{0, 0}, {375, 667}};    interfaceOrientation = "portrait (1)";    backlightLevel = 100;    backlightState = 2;    elements = {        <SBSDisplayLayoutElement: 0x6ab218930; sceneID:org.love2d.love-default; bundleID: org.love2d.love; frame: {{0, 0}, {375, 667}}; level: 1; role: primary>;    }    timestamp = 15 December 2024 at 18:01:32 GMT;}
Dec 15 18:01:32 SpringBoard(FrontBoard)[213] <Notice>: [app<org.love2d.love>:5864] Registered new scene: <FBUIApplicationWorkspaceScene: 0x30229b300; (FBSceneManager):sceneID:org.love2d.love-default> (fromRemnant = 0)
Dec 15 18:01:32 cameracaptured(CMCapture)[66] <Notice>: <<<< FigCaptureDisplayLayoutMonitor >>>> -[FigCaptureDisplayLayoutMonitor _updateObserversWithLayout:]: <FigCaptureDisplayLayoutMonitor: 0x6a41b9380 Main Display> <FigCaptureDisplayLayout: 0x6aaa7cfc0 12-15-2024 18:01:32, Main Display, foreground:[org.love2d.love]>
Dec 15 18:01:32 SpringBoard(FrontBoard)[213] <Notice>: [(FBSceneManager):sceneID:org.love2d.love-default][1] Scene activated.
Dec 15 18:01:32 SpringBoard(FrontBoard)[213] <Notice>: [app<org.love2d.love>:5864] Workspace interruption policy did change: reconnect
Dec 15 18:01:32 runningboardd(RunningBoard)[33] <Notice>: Successfully acquired underlying assertion for [app<org.love2d.love(77DAC92F-60BC-481D-BB14-A4DC0A240229)>:5864]
Dec 15 18:01:32 runningboardd(RunningBoard)[33] <Notice>: Acquiring assertion targeting [app<org.love2d.love(77DAC92F-60BC-481D-BB14-A4DC0A240229)>:5864] from originator [osservice<com.apple.SpringBoard>:213] with description <RBSAssertionDescriptor| "com.apple.frontboard.after-life.interrupted" ID:33-213-150692 target:5864 attributes:[
Dec 15 18:01:32 runningboardd(RunningBoard)[33] <Notice>: Assertion 33-213-150692 (target:[app<org.love2d.love(77DAC92F-60BC-481D-BB14-A4DC0A240229)>:5864]) will be created as inactive as originator process has not exited
Dec 15 18:01:32 SpringBoard(BaseBoard)[213] <Notice>: <BSCompoundAssertion:0x300e7b9c0> (SBApplicationAppProtectionAssistant: 0x300e79780 - org.love2d.love) acquire for reason:NULL scene acq:0x301013700 count:1
Dec 15 18:01:32 SpringBoard(AppProtection)[213] <Notice>: scene will become FG visible for <APApplication: org.love2d.love>
Dec 15 18:01:32 SpringBoard(AppProtection)[213] <Notice>: auth result for <APApplication: org.love2d.love>: true (null)
Dec 15 18:01:32 SpringBoard(SpringBoard)[213] <Notice>: [coordinator] didAddExternalForegroundApplicationSceneHandle pid:5864 scene:com.apple.frontboard.systemappservices/FBSceneManager:sceneID%3Aorg.love2d.love-default now:<recentPIDs: [5864]; recentSceneIdentityTokensByPID: {5864: [com.apple.frontboard.systemappservices/FBSceneManager:sceneID%3Aorg.love2d.love-default]}>
Dec 15 18:01:32 SpringBoard(SpringBoard)[213] <Notice>: [com.apple.springboard] didAddExternalForegroundApplicationSceneHandle pid:5864 scene:com.apple.frontboard.systemappservices/FBSceneManager:sceneID%3Aorg.love2d.love-default now:<recentPIDs: [5864]; recentSceneIdentityTokensByPID: {5864: [com.apple.frontboard.systemappservices/FBSceneManager:sceneID%3Aorg.love2d.love-default]}>
Dec 15 18:01:32 SpringBoard(UIKitCore)[213] <Notice>: Now tracking: <FBScene: 0x302802850; FBSceneManager:sceneID:org.love2d.love-default>
Dec 15 18:01:32 SpringBoard(UIKitCore)[213] <Notice>: [sceneID:org.love2d.love-default] Setting deactivation reasons to: 'systemAnimation' for reason: scene settings update - settings are eligible for deactivation reasons.
Dec 15 18:01:32 SpringBoard(FrontBoard)[213] <Notice>: [(FBSceneManager):sceneID:org.love2d.love-default] scene content state changed: preparing
Dec 15 18:01:32 SpringBoard(FrontBoard)[213] <Notice>: [0x30229b300:(FBSceneManager):sceneID:org.love2d.love-default] Scene lifecycle state did change: Foreground
Dec 15 18:01:32 SpringBoard(FrontBoard)[213] <Notice>: [0x30229b300:(FBSceneManager):sceneID:org.love2d.love-default] Scene assertion state did change: ForegroundFocal.
Dec 15 18:01:32 SpringBoard(FrontBoard)[213] <Notice>: [app<org.love2d.love>:5864] Launch assertion supersedes update of workspace assertion to ForegroundFocal.Dec 15 18:01:32 SpringBoard(FrontBoard)[213] <Notice>: [app<org.love2d.love>:5864] Workspace assertion state did change: ForegroundFocal (acquireAssertion = NO).
Dec 15 18:01:32 runningboardd(RunningBoard)[33] <Notice>: [app<org.love2d.love(77DAC92F-60BC-481D-BB14-A4DC0A240229)>:5864] termination reported by launchd (6, 1, 6)
Dec 15 18:01:32 runningboardd(RunningBoard)[33] <Notice>: Removing process: [app<org.love2d.love(77DAC92F-60BC-481D-BB14-A4DC0A240229)>:5864]
<SBTransitionSwitcherModifierEvent: 0xd86dbb600; type: MainTransition; transitionID: D9DB157F-EAD0-49D4-9746-8543366D39DE; phase: Prepare; animated: YES; fromAppLayout: 0x0; toAppLayout: <SBAppLayout: 0x3038b1e00; primary: org.love2d.love:default; environment: main>; fromEnvironmentMode: home-screen; toEnvironmentMode: application; fromSpaceConfiguration: undefined; toSpaceConfiguration: full; pendingTermination: {(
)}; activating: <SBAppLayout: 0x3038b1e00; primary: org.love2d.love:default; environment: main>; morphingPIPLayoutRole: undefined>
Dec 15 18:01:32 runningboardd(RunningBoard)[33] <Notice>: Removing launch job for: [app<org.love2d.love(77DAC92F-60BC-481D-BB14-A4DC0A240229)>:5864]
Dec 15 18:01:32 SpringBoard(UserNotificationsCore)[213] <Notice>: [org.love2d.love] org.love2d.love application state changed to <RBSProcessState| task:running-active debug:none endowmentNamespace:[
Dec 15 18:01:32 runningboardd(RunningBoard)[33] <Notice>: Removed job for [app<org.love2d.love(77DAC92F-60BC-481D-BB14-A4DC0A240229)>:5864]
Dec 15 18:01:32 runningboardd(RunningBoard)[33] <Notice>: Removing assertions for terminated process: [app<org.love2d.love(77DAC92F-60BC-481D-BB14-A4DC0A240229)>:5864]
Dec 15 18:01:32 SpringBoard(UserNotificationsCore)[213] <Notice>: [org.love2d.love] Ignore becoming foreground for application without push registration
Dec 15 18:01:32 runningboardd(RunningBoard)[33] <Notice>: Removed last relative-start-date-defining assertion for process app<org.love2d.love(77DAC92F-60BC-481D-BB14-A4DC0A240229)>
Dec 15 18:01:32 bluetoothd(CoreUtils)[94] <Notice>: SystemUI unknown identifier: 'sceneID:org.love2d.love-default' / 'org.love2d.love'
            <SBIconOverlayVisibilitySwitcherEventResponse: 0x300e57300; visible: YES; appLayout: <SBAppLayout: 0x3038b1e00; primary: org.love2d.love:default; environment: main>>;
            <SBIconViewVisibilitySwitcherEventResponse: 0x3036f3ac0; visible: NO; animationSettings: 0x0; appLayout: <SBAppLayout: 0x3038b1e00; primary: org.love2d.love:default; environment: main>>;
Dec 15 18:01:32 powerd[46] <Notice>: Process runningboardd.33 Released SystemIsActive "app<org.love2d.love(77DAC92F-60BC-481D-BB14-A4DC0A240229)>33-213-150689:FBApplicationProcess" age:00:00:00  id:51539648147 [System: PrevIdle SysAct]
Dec 15 18:01:32 runningboardd(RunningBoard)[33] <Notice>: Calculated state for app<org.love2d.love(77DAC92F-60BC-481D-BB14-A4DC0A240229)>: none (role: None) (endowments: (null))
Dec 15 18:01:32 CommCenter(RunningBoardServices)[97] <Notice>: Received state update for 5864 (app<org.love2d.love(77DAC92F-60BC-481D-BB14-A4DC0A240229)>, none-NotVisible
Dec 15 18:01:32 runningboardd(RunningBoard)[33] <Notice>: Calculated state for app<org.love2d.love(77DAC92F-60BC-481D-BB14-A4DC0A240229)>: none (role: None) (endowments: (null))
Dec 15 18:01:32 CommCenter(RunningBoardServices)[97] <Notice>: Received state update for 5864 (app<org.love2d.love(77DAC92F-60BC-481D-BB14-A4DC0A240229)>, none-NotVisible
Dec 15 18:01:32 SpringBoard(FrontBoard)[213] <Notice>: [app<org.love2d.love>:5864] Launch assertion invalidated: <NSError: 0x30045bb40; domain: RBSAssertionErrorDomain; code: 1; "Assertions were invalidated">
Dec 15 18:01:32 SpringBoard(FrontBoard)[213] <Notice>: [app<org.love2d.love>:5864] Now acquiring workspace assertion with state: ForegroundFocal.
Dec 15 18:01:32 SpringBoard(FrontBoard)[213] <Error>: [app<org.love2d.love>:5864] Workspace assertion failed: Error Domain=RBSAssertionErrorDomain Code=2 "Specified target process does not exist" UserInfo={NSLocalizedFailureReason=Specified target process does not exist}
Dec 15 18:01:32 SpringBoard(FrontBoard)[213] <Notice>: [app<org.love2d.love>:5864] Connection to remote process was not established.
Dec 15 18:01:32 SpringBoard(FrontBoard)[213] <Notice>: [app<org.love2d.love>:5864] Now flagged as pending exit for reason: launch failed
Dec 15 18:01:32 SpringBoard(FrontBoard)[213] <Notice>: [app<org.love2d.love>:5864] Process exited: <RBSProcessExitContext| specific, status:<RBSProcessExitStatus| domain:dyld(6) code:1>>.
Dec 15 18:01:32 SpringBoard(RunningBoardServices)[213] <Notice>: Received state update for 5864 (app<org.love2d.love(77DAC92F-60BC-481D-BB14-A4DC0A240229)>, none-NotVisible
Dec 15 18:01:32 SpringBoard(FrontBoard)[213] <Notice>: [app<org.love2d.love>:5864] Setting process task state to: Not Running
Dec 15 18:01:32 SpringBoard(FrontBoard)[213] <Notice>: [app<org.love2d.love>:5864] Setting process visibility to: Unknown
Dec 15 18:01:32 SpringBoard(FrontBoard)[213] <Notice>: [app<org.love2d.love>:5864] Invalidating workspace.
Dec 15 18:01:32 SpringBoard(FrontBoard)[213] <Notice>: Removing source registration for processHandle: [app<org.love2d.love(77DAC92F-60BC-481D-BB14-A4DC0A240229)>:5864]
Dec 15 18:01:32 SpringBoard(FrontBoard)[213] <Notice>: [0x30229b300:(FBSceneManager):sceneID:org.love2d.love-default] Invalidated for connection: 0x3004700f0.
Dec 15 18:01:32 SpringBoard(FrontBoard)[213] <Notice>: Removing: <FBApplicationProcess: 0xd853fc600; app<org.love2d.love>:5864(v3C3D)>
  Referenced from: <07ADC7B1-6D92-3EFF-8A88-FDD2110B4AF4> /private/var/containers/Bundle/Application/2170E408-3DEB-4244-83A6-94E95F11ED6F/love.app/love
  Reason: tried: '/private/var/containers/Bundle/Application/2170E408-3DEB-4244-83A6-94E95F11ED6F/love.app/../Frameworks/SDL3.framework/SDL3' (no such file), '/private/var/containers/Bundle/Application/2170E408-3DEB-4244-83A6-94E95F11ED6F/love.app/Frameworks/SDL3.framework/SDL3' (no such file), '/private/var/containers/Bundle/Application/2170E408-3DEB-4244-83A6-94E95F11ED6F/love.app/../Frameworks/SDL3.framework/SDL3' (no such file), '/private/var/containers/Bundle/Application/2170E408-3DEB-4244-83A6-94E95F11ED6F/love.app/Frameworks/SDL3.framework/SDL3' (no such file)'
Dec 15 18:01:32 locationd(RunningBoardServices)[74] <Notice>: Hit the server for a process handle d774b4f000016e8 that resolved to: [app<org.love2d.love(77DAC92F-60BC-481D-BB14-A4DC0A240229)>:5864]
Dec 15 18:01:32 locationd(RunningBoardServices)[74] <Notice>: Received state update for 5864 (app<org.love2d.love(77DAC92F-60BC-481D-BB14-A4DC0A240229)>, running-active-Visible
Dec 15 18:01:32 locationd[74] <Notice>: {"msg":"invoking applicationStateChange handler", "StateChangeData":"{\134n    BKSApplicationStateAppIsFrontmost = 1;\134n    BKSApplicationStateExtensionKey = 0;\134n    SBApplicationStateDisplayIDKey = \134"org.love2d.love\134";\134n    SBApplicationStateKey = 8;\134n    SBApplicationStateProcessIDKey = 5864;\134n    SBMostElevatedStateForProcessID = 8;\134n}"}
Dec 15 18:01:32 locationd[74] <Notice>: {"msg":"Post Application State Change Notification", "notification":"ForegroundRunning", "pid":5864, "bundleId":"org.love2d.love"}
Dec 15 18:01:32 locationd[74] <Notice>: {"msg":"#Warning #ClientResolution the passed keyPath is not registered. Resolving to #nullCKP", "InputCKP":"iorg.love2d.love:"}
Dec 15 18:01:32 locationd[74] <Notice>: {"msg":"#CLIUA AppMonitor notification", "notification":"ForegroundRunning", "pid":5864, "bundleId":"org.love2d.love", "ClientKey":"iorg.love2d.love:"}
Dec 15 18:01:32 locationd[74] <Notice>: {"msg":"#CLIUA Marking change", "clientKey":"iorg.love2d.love:", "reason":"Process state from RunningBoard", "AssertionLevel":"kCLClientInUseLevelDirectUserEngagement", "coming":1}
Dec 15 18:01:32 locationd[74] <Notice>: {"msg":"#CLIUA updating AssertionRecord", "ClientKey":"iorg.love2d.love:", "AssertionLevel":"kCLClientInUseLevelNotInUse"}
Dec 15 18:01:32 locationd[74] <Notice>: {"msg":"#CLIUA AssertionRecord updated", "ClientKey":"iorg.love2d.love:", "AssertionLevel":"kCLClientInUseLevelDirectUserEngagement"}
Dec 15 18:01:32 locationd[74] <Notice>: {"msg":"#CLIUA in-use level changed for client", "ClientKey":"iorg.love2d.love:"}
Dec 15 18:01:32 locationd[74] <Notice>: {"msg":"#Warning #ClientResolution the passed keyPath is not registered. Resolving to #nullCKP", "InputCKP":"iorg.love2d.love:"}
Dec 15 18:01:32 dasd(RunningBoardServices)[80] <Notice>: Hit the server for a process handle d774b4f000016e8 that resolved to: [app<org.love2d.love(77DAC92F-60BC-481D-BB14-A4DC0A240229)>:5864]
Dec 15 18:01:32 dasd(RunningBoardServices)[80] <Notice>: Received state update for 5864 (app<org.love2d.love(77DAC92F-60BC-481D-BB14-A4DC0A240229)>, running-active-Visible
Dec 15 18:01:32 SpringBoard(UserNotificationsCore)[213] <Notice>: [org.love2d.love] org.love2d.love application state changed to <RBSProcessState| task:none debug:none>
Dec 15 18:01:32 SpringBoard(UserNotificationsCore)[213] <Notice>: [org.love2d.love] Ignore becoming background for application without push registration
Dec 15 18:01:32 locationd(RunningBoardServices)[74] <Notice>: Received state update for 5864 (app<org.love2d.love(77DAC92F-60BC-481D-BB14-A4DC0A240229)>, none-NotVisible
    keyboardFocusTarget: <com.apple.frontboard.systemappservices/FBSceneManager:sceneID%3Aorg.love2d.love-default pid:5864>;
Dec 15 18:01:32 SpringBoard(SpringBoard)[213] <Notice>: rules: (keyboardFocus) outbound target changed from:(null) to <com.apple.frontboard.systemappservices/FBSceneManager:sceneID%3Aorg.love2d.love-default pid:5864>
Dec 15 18:01:32 SpringBoard(SpringBoard)[213] <Notice>: rules: (keyboardFocus) defer (<com.apple.frontboard.systemappservices/FBSceneManager:com.apple.springboard pid:213>) -> <com.apple.frontboard.systemappservices/FBSceneManager:sceneID%3Aorg.love2d.love-default pid:5864>
    keyboardFocusTarget: <com.apple.frontboard.systemappservices/FBSceneManager:sceneID%3Aorg.love2d.love-default pid:5864>;
Dec 15 18:01:32 locationd[74] <Notice>: {"msg":"invoking applicationStateChange handler", "StateChangeData":"{\134n    BKSApplicationStateAppIsFrontmost = 0;\134n    BKSApplicationStateExtensionKey = 0;\134n    SBApplicationStateDisplayIDKey = \134"org.love2d.love\134";\134n    SBApplicationStateKey = 1;\134n    SBApplicationStateProcessIDKey = 5864;\134n    SBMostElevatedStateForProcessID = 1;\134n}"}
Dec 15 18:01:32 locationd[74] <Notice>: {"msg":"#dic AppMonitor received Termination", "pid":5864, "bundleId":"org.love2d.love", "exitReason":-1}
Dec 15 18:01:32 locationd[74] <Notice>: {"msg":"Post Application State Change Notification", "notification":"Terminated", "pid":5864, "bundleId":"org.love2d.love"}
Dec 15 18:01:32 locationd[74] <Notice>: {"msg":"#Warning #ClientResolution the passed keyPath is not registered. Resolving to #nullCKP", "InputCKP":"iorg.love2d.love:"}
Dec 15 18:01:32 locationd[74] <Notice>: {"msg":"#CLIUA AppMonitor notification", "notification":"Terminated", "pid":5864, "bundleId":"org.love2d.love", "ClientKey":"iorg.love2d.love:"}
Dec 15 18:01:32 locationd[74] <Notice>: {"msg":"#CLIUA Marking change", "clientKey":"iorg.love2d.love:", "reason":"Process state from RunningBoard", "AssertionLevel":"kCLClientInUseLevelDirectUserEngagement", "coming":0}
Dec 15 18:01:32 locationd[74] <Notice>: {"msg":"#CLIUA updating AssertionRecord", "ClientKey":"iorg.love2d.love:", "AssertionLevel":"kCLClientInUseLevelDirectUserEngagement"}
Dec 15 18:01:32 locationd[74] <Notice>: {"msg":"#CLIUA AssertionRecord updated", "ClientKey":"iorg.love2d.love:", "AssertionLevel":"kCLClientInUseLevelNotInUse"}
Dec 15 18:01:32 locationd[74] <Notice>: {"msg":"#CLIUA in-use level changed for client", "ClientKey":"iorg.love2d.love:"}
Dec 15 18:01:32 locationd[74] <Notice>: {"msg":"#Warning #ClientResolution the passed keyPath is not registered. Resolving to #nullCKP", "InputCKP":"iorg.love2d.love:"}
    [213-CE2]; <keyboardFocus; com.apple.frontboard.systemappservices/FBSceneManager:com.apple.springboard> -> <token: com.apple.frontboard.systemappservices/FBSceneManager:sceneID%3Aorg.love2d.love-default; pid: 5864>; reason: SpringBoard<com.apple.springboard>: enforcing outbound,
    <token: com.apple.frontboard.systemappservices/FBSceneManager:sceneID%3Aorg.love2d.love-default; pid: 5864>
    <token: com.apple.frontboard.systemappservices/FBSceneManager:sceneID%3Aorg.love2d.love-default; pid: 5864>
Dec 15 18:01:32 backboardd(RunningBoardServices)[68] <Notice>: Hit the server for a process handle d774b4f000016e8 that resolved to: [app<org.love2d.love(77DAC92F-60BC-481D-BB14-A4DC0A240229)>:5864]
Dec 15 18:01:32 UserEventAgent(RunningBoardServices)[31] <Notice>: Hit the server for a process handle d774b4f000016e8 that resolved to: [app<org.love2d.love(77DAC92F-60BC-481D-BB14-A4DC0A240229)>:5864]
Dec 15 18:01:32 UserEventAgent(RunningBoardServices)[31] <Notice>: Received state update for 5864 (app<org.love2d.love(77DAC92F-60BC-481D-BB14-A4DC0A240229)>, running-active-Visible
Dec 15 18:01:32 backboardd(RunningBoardServices)[68] <Notice>: Received state update for 5864 (app<org.love2d.love(77DAC92F-60BC-481D-BB14-A4DC0A240229)>, running-active-Visible
Dec 15 18:01:32 watchdogd(RunningBoardServices)[59] <Notice>: Hit the server for a process handle d774b4f000016e8 that resolved to: [app<org.love2d.love(77DAC92F-60BC-481D-BB14-A4DC0A240229)>:5864]
Dec 15 18:01:32 watchdogd(RunningBoardServices)[59] <Notice>: Received state update for 5864 (app<org.love2d.love(77DAC92F-60BC-481D-BB14-A4DC0A240229)>, running-active-Visible
Dec 15 18:01:32 dasd(RunningBoardServices)[80] <Notice>: Received state update for 5864 (app<org.love2d.love(77DAC92F-60BC-481D-BB14-A4DC0A240229)>, none-NotVisible
<SBTransitionSwitcherModifierEvent: 0xd84264300; type: MainTransition; transitionID: D9DB157F-EAD0-49D4-9746-8543366D39DE; phase: Animate; animated: YES; fromAppLayout: 0x0; toAppLayout: <SBAppLayout: 0x3038b1e00; primary: org.love2d.love:default; environment: main>; fromEnvironmentMode: home-screen; toEnvironmentMode: application; fromSpaceConfiguration: undefined; toSpaceConfiguration: full; pendingTermination: {(
)}; activating: <SBAppLayout: 0x3038b1e00; primary: org.love2d.love:default; environment: main>; morphingPIPLayoutRole: undefined>
Dec 15 18:01:32 watchdogd(RunningBoardServices)[59] <Notice>: Received state update for 5864 (app<org.love2d.love(77DAC92F-60BC-481D-BB14-A4DC0A240229)>, none-NotVisible
Dec 15 18:01:32 UserEventAgent(RunningBoardServices)[31] <Notice>: Received state update for 5864 (app<org.love2d.love(77DAC92F-60BC-481D-BB14-A4DC0A240229)>, none-NotVisible
Dec 15 18:01:32 backboardd(RunningBoardServices)[68] <Notice>: Received state update for 5864 (app<org.love2d.love(77DAC92F-60BC-481D-BB14-A4DC0A240229)>, none-NotVisible
Dec 15 18:01:32 WirelessRadioManagerd(RunningBoardServices)[48] <Notice>: Hit the server for a process handle d774b4f000016e8 that resolved to: [app<org.love2d.love(77DAC92F-60BC-481D-BB14-A4DC0A240229)>:5864]
Dec 15 18:01:32 WirelessRadioManagerd(RunningBoardServices)[48] <Notice>: Received state update for 5864 (app<org.love2d.love(77DAC92F-60BC-481D-BB14-A4DC0A240229)>, running-active-Visible
Dec 15 18:01:32 wifid(RunningBoardServices)[50] <Notice>: Hit the server for a process handle d774b4f000016e8 that resolved to: [app<org.love2d.love(77DAC92F-60BC-481D-BB14-A4DC0A240229)>:5864]
Dec 15 18:01:32 accessoryd(RunningBoardServices)[232] <Notice>: Hit the server for a process handle d774b4f000016e8 that resolved to: [app<org.love2d.love(77DAC92F-60BC-481D-BB14-A4DC0A240229)>:5864]
Dec 15 18:01:32 wifid(RunningBoardServices)[50] <Notice>: Received state update for 5864 (app<org.love2d.love(77DAC92F-60BC-481D-BB14-A4DC0A240229)>, running-active-Visible
Dec 15 18:01:32 accessoryd(RunningBoardServices)[232] <Notice>: Received state update for 5864 (app<org.love2d.love(77DAC92F-60BC-481D-BB14-A4DC0A240229)>, running-active-Visible
    ACCPlatformApplicationStateDisplayIDKey = "org.love2d.love";
    ACCPlatformApplicationStateDisplayIDKey = "org.love2d.love";
Dec 15 18:01:32 symptomsd(RunningBoardServices)[143] <Notice>: Hit the server for a process handle d774b4f000016e8 that resolved to: [app<org.love2d.love(77DAC92F-60BC-481D-BB14-A4DC0A240229)>:5864]
Dec 15 18:01:32 audiomxd(RunningBoardServices)[104] <Notice>: Hit the server for a process handle d774b4f000016e8 that resolved to: [app<org.love2d.love(77DAC92F-60BC-481D-BB14-A4DC0A240229)>:5864]
Dec 15 18:01:32 symptomsd(RunningBoardServices)[143] <Notice>: Received state update for 5864 (app<org.love2d.love(77DAC92F-60BC-481D-BB14-A4DC0A240229)>, running-active-Visible
Dec 15 18:01:32 useractivityd(RunningBoardServices)[220] <Notice>: Hit the server for a process handle d774b4f000016e8 that resolved to: [app<org.love2d.love(77DAC92F-60BC-481D-BB14-A4DC0A240229)>:5864]
Dec 15 18:01:32 useractivityd(RunningBoardServices)[220] <Notice>: Received state update for 5864 (app<org.love2d.love(77DAC92F-60BC-481D-BB14-A4DC0A240229)>, running-active-Visible
Dec 15 18:01:32 audiomxd(RunningBoardServices)[104] <Notice>: Received state update for 5864 (app<org.love2d.love(77DAC92F-60BC-481D-BB14-A4DC0A240229)>, running-active-Visible
Dec 15 18:01:32 callservicesd(RunningBoardServices)[148] <Notice>: Hit the server for a process handle d774b4f000016e8 that resolved to: [app<org.love2d.love(77DAC92F-60BC-481D-BB14-A4DC0A240229)>:5864]
Dec 15 18:01:32 callservicesd(RunningBoardServices)[148] <Notice>: Received state update for 5864 (app<org.love2d.love(77DAC92F-60BC-481D-BB14-A4DC0A240229)>, running-active-Visible
Dec 15 18:01:32 PerfPowerServices(RunningBoardServices)[4224] <Notice>: Hit the server for a process handle d774b4f000016e8 that resolved to: [app<org.love2d.love(77DAC92F-60BC-481D-BB14-A4DC0A240229)>:5864]
Dec 15 18:01:32 PerfPowerServices(RunningBoardServices)[4224] <Notice>: Received state update for 5864 (app<org.love2d.love(77DAC92F-60BC-481D-BB14-A4DC0A240229)>, running-active-Visible
Dec 15 18:01:32 gamepolicyd(RunningBoardServices)[2125] <Notice>: Hit the server for a process handle d774b4f000016e8 that resolved to: [app<org.love2d.love(77DAC92F-60BC-481D-BB14-A4DC0A240229)>:5864]
Dec 15 18:01:32 gamepolicyd(RunningBoardServices)[2125] <Notice>: Received state update for 5864 (app<org.love2d.love(77DAC92F-60BC-481D-BB14-A4DC0A240229)>, running-active-NotVisible
Dec 15 18:01:32 WirelessRadioManagerd(RunningBoardServices)[48] <Notice>: Received state update for 5864 (app<org.love2d.love(77DAC92F-60BC-481D-BB14-A4DC0A240229)>, none-NotVisible
Dec 15 18:01:32 wifid(RunningBoardServices)[50] <Notice>: Received state update for 5864 (app<org.love2d.love(77DAC92F-60BC-481D-BB14-A4DC0A240229)>, none-NotVisible
Dec 15 18:01:32 accessoryd(RunningBoardServices)[232] <Notice>: Received state update for 5864 (app<org.love2d.love(77DAC92F-60BC-481D-BB14-A4DC0A240229)>, none-NotVisible
Dec 15 18:01:32 symptomsd(RunningBoardServices)[143] <Notice>: Received state update for 5864 (app<org.love2d.love(77DAC92F-60BC-481D-BB14-A4DC0A240229)>, none-NotVisible
Dec 15 18:01:32 SpringBoard(SpringBoard)[213] <Notice>: Application process state changed for org.love2d.love: <SBApplicationProcessState: 0x30126e0a0; pid: 5864; taskState: Not Running; visibility: Unknown>
Dec 15 18:01:32 SpringBoard(SpringBoard)[213] <Notice>: Returning cached initialization context for org.love2d.love
<SBSceneReadySwitcherModifierEvent: 0x30126de00; type: SceneReady; appLayout: <SBAppLayout: 0x3038b1e00; primary: org.love2d.love:default; environment: main> {
        sceneID:org.love2d.love-default = <SBDisplayItemLayoutAttributes: 0x302c01ad0; contentOrientation: "portrait (1)"; lastInteractionTime: 29178; sizingPolicy: maximized; size: unspecified; center: unspecified; occlusionState: unknown; userConfiguredSizeBeforeOverlapping: unspecified; unoccludedPeekingCenter: unspecified>;
    continuousExposeIdentifier = org.love2d.love;
        primary = <SBDisplayItem: 0x301a78a50; type: App; bundleIdentifier: org.love2d.love; uniqueIdentifier: sceneID:org.love2d.love-default>;
Dec 15 18:01:32 SpringBoard(SpringBoard)[213] <Notice>: Process exited: <FBApplicationProcess: 0xd853fc600; app<org.love2d.love>:5864(v3C3D)> -> <RBSProcessExitContext| specific, status:<RBSProcessExitStatus| domain:dyld(6) code:1>>
Dec 15 18:01:32 SpringBoard(SpringBoard)[213] <Notice>: Application process state changed for org.love2d.love: (null)
Dec 15 18:01:32 audiomxd(RunningBoardServices)[104] <Notice>: Received state update for 5864 (app<org.love2d.love(77DAC92F-60BC-481D-BB14-A4DC0A240229)>, none-NotVisible
Dec 15 18:01:32 SpringBoard(FrontBoard)[213] <Notice>: [(FBSceneManager):sceneID:org.love2d.love-default] client invalidated
Dec 15 18:01:32 SpringBoard(FrontBoard)[213] <Notice>: Invalidating scene: sceneID:org.love2d.love-default
Dec 15 18:01:32 SpringBoard(SpringBoard)[213] <Notice>: [coordinator] _removeSceneFromRecents willRemoveExternalForegroundApplicationSceneHandle pid:5864 scene:com.apple.frontboard.systemappservices/FBSceneManager:sceneID%3Aorg.love2d.love-default now:<empty>
Dec 15 18:01:32 SpringBoard(SpringBoard)[213] <Notice>: [com.apple.springboard] removing scene: com.apple.frontboard.systemappservices/FBSceneManager:sceneID%3Aorg.love2d.love-default pid: 5864 for reason: willRemoveExternalForegroundApplicationSceneHandle
Dec 15 18:01:32 SpringBoard(UIKitCore)[213] <Notice>: No longer tracking: <FBScene: 0x302802850; FBSceneManager:sceneID:org.love2d.love-default>
Dec 15 18:01:32 SpringBoard(FrontBoard)[213] <Notice>: [(FBSceneManager):sceneID:org.love2d.love-default][1] Scene invalidated.
Dec 15 18:01:32 SpringBoard(SpringBoard)[213] <Notice>: [SBMainDisplaySceneManager sceneManager:didDestroyScene: <FBScene: 0x302802850; (null):sceneID:org.love2d.love-default>] - proposing IdleTimerBehavior.
Dec 15 18:01:32 useractivityd(RunningBoardServices)[220] <Notice>: Received state update for 5864 (app<org.love2d.love(77DAC92F-60BC-481D-BB14-A4DC0A240229)>, none-NotVisible
Dec 15 18:01:32 SpringBoard(BaseBoard)[213] <Notice>: <BSCompoundAssertion:0x300e7b9c0> (SBApplicationAppProtectionAssistant: 0x300e79780 - org.love2d.love) invalidate acq:0x301013700 count:1
Dec 15 18:01:32 SpringBoard(AppProtection)[213] <Notice>: All scenes dismissed for <APApplication: org.love2d.love>
Dec 15 18:01:32 SpringBoard(FrontBoard)[213] <Error>: [(FBSceneManager):sceneID:org.love2d.love-default] Update failed: <NSError: 0x300736e50; domain: FBSceneErrorDomain; code: 1 ("operation-failed"); "Scene update failed."> {
Dec 15 18:01:32 PerfPowerServices(RunningBoardServices)[4224] <Notice>: Received state update for 5864 (app<org.love2d.love(77DAC92F-60BC-481D-BB14-A4DC0A240229)>, none-NotVisible
Dec 15 18:01:32 callservicesd(RunningBoardServices)[148] <Notice>: Received state update for 5864 (app<org.love2d.love(77DAC92F-60BC-481D-BB14-A4DC0A240229)>, none-NotVisible
Dec 15 18:01:32 SpringBoard(SpringBoard)[213] <Notice>: rules: (scene setting) ADDED keyboardFocus environment to scene: sceneID:org.love2d.love-default
Dec 15 18:01:32 SpringBoard(FrontBoard)[213] <Error>: Ignoring update for invalidated scene: (FBSceneManager):sceneID:org.love2d.love-default
Dec 15 18:01:32 SpringBoard(MediaRemote)[213] <Notice>: MRNowPlayingAudioFormatController foreground bundle id changed: org.love2d.love
Dec 15 18:01:32 gamepolicyd(RunningBoardServices)[2125] <Notice>: Received state update for 5864 (app<org.love2d.love(77DAC92F-60BC-481D-BB14-A4DC0A240229)>, none-NotVisible
    ACCPlatformApplicationStateDisplayIDKey = "org.love2d.love";
    ACCPlatformApplicationStateDisplayIDKey = "org.love2d.love";
Dec 15 18:01:32 wifid(WiFiPolicy)[50] <Notice>: -[WiFiUserInteractionMonitor setApplicationRunningState:foregroundState:andNetworkingState:forBundleId:]: org.love2d.love entered foreground
Dec 15 18:01:32 wifid(WiFiPolicy)[50] <Notice>: -[WiFiUserInteractionMonitor setApplicationRunningState:foregroundState:andNetworkingState:forBundleId:]: org.love2d.love exited
Dec 15 18:01:32 wifid(WiFiPolicy)[50] <Notice>: WifiDeviceManagerCatsWhitelistedApp: CATS en0:  deviceManager:0x61f07c000 FgApp:org.love2d.love stateChange:0 whitelisted=1
Dec 15 18:01:32 ReportCrash[2139] <Notice>: Formulating fatal 309 report for corpse[5864] love
Dec 15 18:01:32 ReportCrash[2139] <Notice>: loadStoreInfo [platform 2] org.love2d.love from file:///private/var/containers/Bundle/Application/2170E408-3DEB-4244-83A6-94E95F11ED6F/love.app/
Dec 15 18:01:32 osanalyticshelper(OSAnalytics)[5428] <Notice>: creating type 309 as /private/var/containers/Shared/SystemGroup/systemgroup.com.apple.osanalytics/DiagnosticReports/.love-2024-12-15-180132.ips
Dec 15 18:01:32 osanalyticshelper(OSAnalytics)[5428] <Notice>: Saved type '309(<private>)' report (14 of max 25) at /private/var/containers/Shared/SystemGroup/systemgroup.com.apple.osanalytics/DiagnosticReports/love-2024-12-15-180132.ips
Dec 15 18:01:32 osanalyticshelper[5428] <Notice>: xpc log creation type 309 result success: /private/var/containers/Shared/SystemGroup/systemgroup.com.apple.osanalytics/DiagnosticReports/love-2024-12-15-180132.ips
Dec 15 18:01:32 ReportCrash(OSAnalytics)[2139] <Notice>: client log create type 309 result success: /private/var/containers/Shared/SystemGroup/systemgroup.com.apple.osanalytics/DiagnosticReports/love-2024-12-15-180132.ips
Dec 15 18:01:32 ReportCrash[2139] <Notice>: org.love2d.love is not a MetricKit client
Dec 15 18:01:32 ReportCrash[2139] <Notice>: recordCrashEvent; isBeta 0, log: '/private/var/containers/Shared/SystemGroup/systemgroup.com.apple.osanalytics/DiagnosticReports/love-2024-12-15-180132.ips'
<SBTransitionSwitcherModifierEvent: 0xd856dc180; type: MainTransition; transitionID: D9DB157F-EAD0-49D4-9746-8543366D39DE; phase: Complete; animated: YES; fromAppLayout: 0x0; toAppLayout: <SBAppLayout: 0x3038b1e00; primary: org.love2d.love:default; environment: main>; fromEnvironmentMode: home-screen; toEnvironmentMode: application; fromSpaceConfiguration: undefined; toSpaceConfiguration: full; pendingTermination: {(
)}; activating: <SBAppLayout: 0x3038b1e00; primary: org.love2d.love:default; environment: main>; morphingPIPLayoutRole: undefined>
                    <SBIconOverlayVisibilitySwitcherEventResponse: 0x300da63c0; visible: NO; appLayout: <SBAppLayout: 0x3038b1e00; primary: org.love2d.love:default; environment: main>>;
                    <SBIconViewVisibilitySwitcherEventResponse: 0x3036e6580; visible: YES; animationSettings: 0x0; appLayout: <SBAppLayout: 0x3038b1e00; primary: org.love2d.love:default; environment: main>>;
                    <SBMatchMoveToIconViewSwitcherEventResponse: 0x3033acb40; active: NO; appLayout: <SBAppLayout: 0x3038b1e00; primary: org.love2d.love:default; environment: main>>;
Dec 15 18:01:32 SpringBoard(SpringBoard)[213] <Notice>: Front display did change: <SBApplication: 0x302872df0; org.love2d.love>
Dec 15 18:01:32 cameracaptured(CMCapture)[66] <Notice>: <<<< FigCaptureDisplayLayoutMonitor >>>> -[FigCaptureDisplayLayoutMonitor _parseDisplayLayout:]: <FigCaptureDisplayLayoutMonitor: 0x6a41b9380 Main Display> <FBSDisplayLayout: 0x6a74a84c0; displayIdentity: Main> {    bounds = {{0, 0}, {375, 667}};    interfaceOrientation = "portrait (1)";    backlightLevel = 100;    backlightState = 2;    elements = {        <SBSDisplayLayoutElement: 0x6ab218700; com.apple.springboard.home-screen; frame: {{0, 0}, {375, 667}}; level: 0; role: primary>;        <SBSDisplayLayoutElement: 0x6ab2188c0; sceneID:org.love2d.love-default; bundleID: org.love2d.love; frame: {{0, 0}, {375, 667}}; level: 1; role: primary>;    }    timestamp = 15 December 2024 at 18:01:32 GMT;}
Dec 15 18:01:32 cameracaptured(CMCapture)[66] <Notice>: <<<< FigCaptureDisplayLayoutMonitor >>>> -[FigCaptureDisplayLayoutMonitor _updateObserversWithLayout:]: <FigCaptureDisplayLayoutMonitor: 0x6a41b9380 Main Display> <FigCaptureDisplayLayout: 0x6aaa7cfc0 12-15-2024 18:01:32, Main Display, foreground:[org.love2d.love]>
Dec 15 18:01:32 bluetoothd(CoreUtils)[94] <Notice>: SystemUI unknown identifier: 'sceneID:org.love2d.love-default' / 'org.love2d.love'
Dec 15 18:01:32 SpringBoard(BackBoardServices)[213] <Notice>: flushing changes: <contentsMask: 0x2; discreteDispatchingRules: <nil>; deferringRules: [[213-1]; <system; builtin> -> <token: 0x618B7ED5; pid: 213>; reason: systemGestures-Main, [213-2]; <system; builtin; SBMainSystemGestures> -> <token: 0x618B7ED5; pid: 213>; reason: systemGestureSymbol-Main, [213-3]; <keyboardFocus> -> <token: com.apple.frontboard.systemappservices/FBSceneManager:com.apple.springboard; pid: 213>; reason: SB incoming to root scene, [213-4]; <keyboardFocus; SBKeyboardFocus> -> <token: com.apple.frontboard.systemappservices/FBSceneManager:com.apple.springboard; pid: 213>; reason: SB incoming to root scene (symbol), [213-5]; <systemKeyCommandOverlay> -> <token: com.apple.frontboard.systemappservices/FBSceneManager:com.apple.springboard; pid: 213>; reason: systemKeyCommandOverlayEnvironment to root scene, [213-CE2]; <keyboardFocus; com.apple.frontboard.systemappservices/FBSceneManager:com.apple.springboard> -> <token: com.apple.frontboard.systemappservices/FBSceneManager:sceneID%3Aorg.love2d.love-default
Dec 15 18:01:32 SpringBoard(KeyboardArbiter)[213] <Error>: Advisor: No handle found for currently focused PID: 5864; sceneIdentity: com.apple.frontboard.systemappservices/FBSceneManager:sceneID%3Aorg.love2d.love-default
    [213-CE2]; <keyboardFocus; com.apple.frontboard.systemappservices/FBSceneManager:com.apple.springboard> -> <token: com.apple.frontboard.systemappservices/FBSceneManager:sceneID%3Aorg.love2d.love-default; pid: 5864>; reason: SpringBoard<com.apple.springboard>: enforcing outbound,
Dec 15 18:01:32 SpringBoard(SpringBoard)[213] <Notice>: <SBFullScreenSwitcherLiveContentOverlayCoordinator: 0x3032bccc0> Removing SwitcherScene overlay for: <SBAppLayout: 0x3038b1e00; primary: org.love2d.love:default; environment: main>, animated: NO
Dec 15 18:01:32 SpringBoard(SpringBoard)[213] <Notice>: rules: (scene setting) REMOVED keyboardFocus environment from scene: sceneID:org.love2d.love-default
Dec 15 18:01:32 SpringBoard(FrontBoard)[213] <Error>: Ignoring update for invalidated scene: (FBSceneManager):sceneID:org.love2d.love-default

Game Lua code, which works on the windows version

function love.load()
  text = "Hello Love!"
end

function love.draw()
  love.graphics.print(text, 400, 300)
end
@slime73
Copy link
Member

slime73 commented Dec 15, 2024

Do you have a crash callstack? I don't think that log file shows what went wrong.

@ChickenChunk579
Copy link
Author

I don't know how to get those, but it opened for a split second with a white screen, then closed. I just copied the game LÖVE file (named game.love) into the ipa file Payload folder

@slime73
Copy link
Member

slime73 commented Dec 15, 2024

I just copied the game LÖVE file (named game.love) into the ipa file Payload folder

I don't think this is a valid workflow, or at least I've never seen that before.

@ChickenChunk579
Copy link
Author

I was roughly following this tutorial, but building in GitHub actions. Since I don't have access to Xcode, I couldn't add the game as a resource, so I thought just adding it to the app in the ipa would do the same thing. If important, my repo is here

@slime73
Copy link
Member

slime73 commented Dec 15, 2024

I expect iOS apps are probably validated to make sure they aren't tampered with after creation, which you might be hitting. And/or the place you're adding it to isn't valid. Either way you'll probably need to make your setup add the game as a resource before building.

@ChickenChunk579
Copy link
Author

It's not the tamper protection, since I am leaving the IPA unsigned, then adding the LÖVE file and signing with an enterprise certificate I know works. I'll try adding the LÖVE file as a proper Xcode resource, then retesting.

@slime73 slime73 added the more info needed Further information is needed from the user label Dec 18, 2024
@slime73 slime73 added the iOS label Dec 25, 2024
@slime73
Copy link
Member

slime73 commented Jan 11, 2025

Did that end up working for you?

@OctoNezd
Copy link

OctoNezd commented Jan 14, 2025

I can't seem to run it either. I am using personal team, and I am getting this in traceback:

  Referenced from: <F47BE2B6-154E-3C58-A29A-8E4617DD1CD6> /private/var/containers/Bundle/Application/948013F3-7B32-41CF-92AB-3DE566450C90/love.app/love
  Reason: tried: '/private/var/containers/Bundle/Application/948013F3-7B32-41CF-92AB-3DE566450C90/love.app/../Frameworks/SDL3.framework/SDL3' (no such file), '/private/var/containers/Bundle/Application/948013F3-7B32-41CF-92AB-3DE566450C90/love.app/Frameworks/SDL3.framework/SDL3' (no such file), '/private/var/containers/Bundle/Application/948013F3-7B32-41CF-92AB-3DE566450C90/love.app/../Frameworks/SDL3.framework/SDL3' (no such file), '/private/var/containers/Bundle/Application/948013F3-7B32-41CF-92AB-3DE566450C90/love.app/Frameworks/SDL3.framework/SDL3' (no such file)

@OctoNezd
Copy link

I managed to run it!
img
You need to set SDL3 to embed & sign.
Now, for some reason game inside doesn't detect any files and cant write anything.

@OctoNezd
Copy link

The game can detect files only in folder with name of identity. Is this by design?

@slime73
Copy link
Member

slime73 commented Jan 15, 2025

The restriction shown at the top of the love.filesystem wiki page? Yes – also on mobile it's even more restrictive than desktop because the OS sandboxes the app to prevent access to other apps even if APIs would otherwise allow that.

@OctoNezd
Copy link

Can I somehow access the Documents directory of app in Files app? I am trying to port VNDS-LOVE to iOS, and putting novels into deep directory seems kinda weird.

@slime73
Copy link
Member

slime73 commented Jan 15, 2025

You can't directly access the Documents directory of other apps such as the Files app, but in love 12 you can access your own app's Documents directory via love.filesystem.mountCommonPath.

That being said, the discord server or forums or subreddit are better places to ask questions and get support. The issue tracker is just meant for bugs and feature requests for love's source code.

@OctoNezd
Copy link

Should I make a PR with a fix for love app not starting? I am not particularly sure thats a good fix though.

@slime73
Copy link
Member

slime73 commented Jan 15, 2025

I plan to test it out myself later today, but I think the embed change makes sense at first glance.

@OctoNezd
Copy link

Also the link to libraries on index page doesn't include SDL3, I had to clone apple-dependencies repo.

@slime73
Copy link
Member

slime73 commented Jan 15, 2025

love 12 isn't released yet, so documentation and links talking about released versions aren't relevant yet.

@OctoNezd OctoNezd linked a pull request Jan 15, 2025 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
iOS more info needed Further information is needed from the user
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants