ziulev / pomodoro-cycle-app

Open Source macOS pomodoro app. Pomodoro Cycle

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unable to launch with Mojave

EFesab opened this issue · comments

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) ?

commented

@EFesab Could you check this one? https://yadi.sk/d/_U3U6WLML8DeGA

@EFesab Could you check this one? https://yadi.sk/d/_U3U6WLML8DeGA

Still doesn't work, sorry.

This thread might be relevant: electron-userland/electron-builder#4299