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
I'm testing NSFW in an electron app and it works fantastically in development mode. But when I generate a self-contained .app file then try to start the app I get an error thrown when I try to require nsfw.
dlopen(/var/folders/fx/vmqbtyws34j1l88m16_9jy_00000gn/T/.com.electron.seshydevelopment.3nmfAN, 0x0001):
tried: '/var/folders/fx/vmqbtyws34j1l88m16_9jy_00000gn/T/.com.electron.seshydevelopment.3nmfAN'
(code signature in <83F8673B-BEAF-3E2A-9B12-66321A99F480> '/private/var/folders/fx/vmqbtyws34j1l88m16_9jy_00000gn/T/.com.electron.seshydevelopment.3nmfAN'
not valid for use in process:
mapped file has no Team ID and is not a platform binary
(signed with custom identity or adhoc?)),
Is there something special that I have to do to build, sign, and use NSFW for distribution with my app?
The text was updated successfully, but these errors were encountered:
I'm testing NSFW in an electron app and it works fantastically in development mode. But when I generate a self-contained
.app
file then try to start the app I get an error thrown when I try to require nsfw.Is there something special that I have to do to build, sign, and use NSFW for distribution with my app?
The text was updated successfully, but these errors were encountered: