This repository was archived by the owner on Oct 22, 2021. It is now read-only.
This repository was archived by the owner on Oct 22, 2021. It is now read-only.
Fix CI pipeline for MacOS arm64 target #1054
Open
Description
Technical information
Using version:
-
latest
(latest release, currentlyv2.2.6
, arm64)
Running on:
- macOS 11.2.1 (20D74), MacBook Air M1
How comfortable you are with your system and/or IT in general:
- My machine is fully under my control, tell me what you need
Problem
I updated eDEX-UI by uninstalling the old one, downloading the new release from GitHub and copied the application into the application folder. When trying to launch eDEX-UI, I get the following warning:
The Console Log (filtered by "eDEX-UI.app"):
default 19:02:14.882309+0100 lsd Non-fatal error enumerating at <private>, continuing: Error Domain=NSCocoaErrorDomain Code=260 "The file “PlugIns” couldn’t be opened because there is no such file." UserInfo={NSURL=PlugIns/ -- file:///Applications/eDEX-UI.app/Contents/, NSFilePath=/Applications/eDEX-UI.app/Contents/PlugIns, NSUnderlyingError=0x12a605ed0 {Error Domain=NSPOSIXErrorDomain Code=2 "No such file or directory"}}
default 19:02:14.882436+0100 lsd - 45683955: Checking whether application is managed at file:///Applications/eDEX-UI.app//com.edex.ui
default 19:02:14.940917+0100 loginwindow -[PersistentAppsSupport applicationReady:] | App: eDEX-UI.app, ready, updating active tracking timer
default 19:02:14.940973+0100 loginwindow -[ApplicationManager checkInAppContext:eventData:] | ApplicationManager: Checked in app : eDEX-UI.app
default 19:02:14.946356+0100 tccd AUTHREQ_ATTRIBUTION: msgID=350.35, attribution={accessing={identifier=Electron, pid=15282, auid=501, euid=501, binary_path=/Applications/eDEX-UI.app/Contents/MacOS/eDEX-UI}, requesting={identifier=com.apple.syspolicyd, pid=350, auid=0, euid=0, binary_path=/usr/libexec/syspolicyd}, },
default 19:02:14.948640+0100 runningboardd Acquiring assertion targeting [app<application.com.edex.ui.12218393.12218586(501)>:15282] from originator [daemon<com.apple.coreservices.appleevents(55)>:478] with description <RBSAssertionDescriptor| "AE/eDEX-UI.app" ID:374-478-1726 target:15282 attributes:[
<RBSDomainAttribute| domain:"com.apple.launchservicesd" name:"LSNotification" sourceEnvironment:"(null)">
]>
What can I do to fix this?