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 downloaded the app via link https://yadi.sk/d/fs2XT6KHRWw3Gw (found this app throuh https://github.com/serhii-londar/open-source-mac-os-apps) and tried to launch it with macos Mojave.
I unzipped and installed it, and issued an error (in french : « Pomodoro Cycle.app » est endommagé et ne peut pas être ouvert. Vous devriez placer cet élément dans la Corbeille. Firefox a téléchargé ce fichier aujourd’hui à 10:21 depuis yadi.sk.).
So I tried to open it with command line :
$ /Applications/Pomodoro\ Cycle.app/Contents/MacOS/Pomodoro\ Cycle
dyld: Library not loaded: @rpath/Electron Framework.framework/Electron Framework
Referenced from: /Applications/Pomodoro Cycle.app/Contents/MacOS/Pomodoro Cycle
Reason: no suitable image found. Did find:
/Applications/Pomodoro Cycle.app/Contents/MacOS/../Frameworks/Electron Framework.framework/Electron Framework: code signature invalid for '/Applications/Pomodoro Cycle.app/Contents/MacOS/../Frameworks/Electron Framework.framework/Electron Framework'
/Applications/Pomodoro Cycle.app/Contents/MacOS/../Frameworks/Electron Framework.framework/Electron Framework: stat() failed with errno=1
Abort trap: 6
Is there something to deal with the Electron framework (code signature inavlid) ?
The text was updated successfully, but these errors were encountered:
I downloaded the app via link https://yadi.sk/d/fs2XT6KHRWw3Gw (found this app throuh https://github.com/serhii-londar/open-source-mac-os-apps) and tried to launch it with macos Mojave.
I unzipped and installed it, and issued an error (in french : « Pomodoro Cycle.app » est endommagé et ne peut pas être ouvert. Vous devriez placer cet élément dans la Corbeille. Firefox a téléchargé ce fichier aujourd’hui à 10:21 depuis yadi.sk.).
So I tried to open it with command line :
Is there something to deal with the Electron framework (
code signature inavlid
) ?The text was updated successfully, but these errors were encountered: