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

Immediate exit when launched on simulator #15

Open
geooot opened this issue Oct 9, 2023 · 0 comments
Open

Immediate exit when launched on simulator #15

geooot opened this issue Oct 9, 2023 · 0 comments

Comments

@geooot
Copy link
Contributor

geooot commented Oct 9, 2023

I compiled the project successfully but was not able to launch the app on the simulator. Using #14 did work, however, which makes me feel like the binary is probably linked together correctly.

Zig version: 0.12.0-dev.706+62a0fbdae

I see this error in Console when trying to launch the app in the simulator, couldn't find much of anything on the internet related to the 153 error:

Bootstrapping failed for <FBApplicationProcess: 0x2802c47b0; app<Pacman.zig((null))>:<invalid>> with error: <NSError: 0x600001f83ed0; domain: RBSRequestErrorDomain; code: 5; "Launch failed."> {
    NSUnderlyingError = <NSError: 0x600001f82ca0; domain: NSPOSIXErrorDomain; code: 153> {
        NSLocalizedDescription = Launchd job spawn failed;
    };
}

Here is also the attached output when compiling with --verbose-cc --verbose-link
verbose-output.txt

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant