You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: