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

Error With Sideloaded iPhone Binaries #9

Open
StevenSeiden opened this issue Feb 1, 2023 · 1 comment
Open

Error With Sideloaded iPhone Binaries #9

StevenSeiden opened this issue Feb 1, 2023 · 1 comment

Comments

@StevenSeiden
Copy link

When running DockHunt I receive the following error:

`​Scanning your dock...

node:fs:1405
handleErrorFromBinding(ctx);
^

Error: ENOENT: no such file or directory, scandir '/Applications/GroupMe.app/Contents/Resources'
at Object.readdirSync (node:fs:1405:3)
at Object.readdirSync (pkg/prelude/bootstrap.js:1309:35)
at getIconPath (/snapshot/dist/index.cjs)
at getAppNamesToIconPaths (/snapshot/dist/index.cjs)
at getDockContents (/snapshot/dist/index.cjs) {
errno: -2,
syscall: 'scandir',
code: 'ENOENT',
path: '/Applications/GroupMe.app/Contents/Resources'
}`

This app was installed using an .ipa file compiled for iPhone and Sideloadly. If you need more information I would be happy to help. Thanks!

@Bjornftw
Copy link

Bjornftw commented Feb 2, 2023

Same error on apps built with Xcode

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

2 participants