sidneys / pb-for-desktop

The missing Desktop application for Pushbullet.
https://sidneys.github.io/pb-for-desktop
MIT License
506 stars 43 forks source link

macOS Big Sur: You do not have permission to open the application “PB for Desktop” #136

Closed nadworny closed 3 years ago

nadworny commented 3 years ago

🤷🏽‍♂️ Current Behaviour

After installing pb-for-desktop-11.0.2-mac.zip on macOS Big Sur 11.0.1 (20B50) and starting the app I'm getting the following error: image You do not have permission to open the application “PB for Desktop”. Contact your computer or network administrator for assistance.

🎯 Expected Behaviour

App is starting

I basically tried everything that is suggested here but with no success: https://stackoverflow.com/questions/64842819/cant-run-app-because-of-permission-in-big-sur

🏡 Environmental Context

App Version 11.0.2 Installation Type Drag the app to Applications Operating System macOS 11.0.1 (20B50) Model Name: MacBook Pro Model Identifier: MacBookPro16,2 Processor Name: Quad-Core Intel Core i7

nadworny commented 3 years ago

I've just tried something new:

chmod +x /Applications/PB\ for\ Desktop.app/Contents/MacOS/PB\ for\ Desktop

Getting the following:

Process:               PB for Desktop [16085]
Path:                  /Applications/PB for Desktop.app/Contents/MacOS/PB for Desktop
Identifier:            de.sidneys.pb-for-desktop
Version:               11.0.2 (11.0.2)
Code Type:             X86-64 (Native)
Parent Process:        ??? [1]
Responsible:           PB for Desktop [16085]
User ID:               501

Date/Time:             2020-12-01 14:39:34.589 +0100
OS Version:            macOS 11.0.1 (20B50)
Report Version:        12
Bridge OS Version:     5.0.1 (18P2561)
Anonymous UUID:        52629828-92B3-6BF0-5AED-CCF77378A906

Sleep/Wake UUID:       B5D5C3CC-D8B1-4963-AB83-310E1584CF51

Time Awake Since Boot: 16000 seconds
Time Since Wake:       7500 seconds

System Integrity Protection: enabled

Crashed Thread:        0

Exception Type:        EXC_CRASH (SIGABRT)
Exception Codes:       0x0000000000000000, 0x0000000000000000
Exception Note:        EXC_CORPSE_NOTIFY

Termination Reason:    DYLD, [0x1] Library missing

Application Specific Information:
dyld: launch, loading dependent libraries

Dyld Error Message:
  dyld: Using shared cache: 1E362DBC-F66C-3135-BCA0-C1BBAE12BC7C
Library not loaded: @rpath/Electron Framework.framework/Electron Framework
  Referenced from: /Applications/PB for Desktop.app/Contents/MacOS/PB for Desktop
  Reason: no suitable image found.  Did find:
    /Applications/PB for Desktop.app/Contents/MacOS/../Frameworks/Electron Framework.framework/Electron Framework: file too short

Binary Images:
       0x10d965000 -        0x10d98dfff +de.sidneys.pb-for-desktop (11.0.2 - 11.0.2) <B9D044CA-EB1B-3B25-B0B1-0CC03DE1E5CB> /Applications/PB for Desktop.app/Contents/MacOS/PB for Desktop
       0x10f9dd000 -        0x10fa78fff  dyld (832.7.1) <2705F0D8-C104-3DE9-BEB5-B1EF6E28656D> /usr/lib/dyld
    0x7fff3e08c000 -     0x7fff3e1e3fff  com.apple.MediaPlayer (1.0 - 1.0) <50E2D367-878A-3DD9-AEE1-A2C898DC24CE> /System/Library/Frameworks/MediaPlayer.framework/Versions/A/MediaPlayer

Model: MacBookPro16,2, BootROM 1554.50.3.0.0 (iBridge: 18.16.12561.0.0,0), 4 processors, Quad-Core Intel Core i7, 2.3 GHz, 32 GB, SMC 
Graphics: kHW_IntelIrisPlusGraphicsItem, Intel Iris Plus Graphics, spdisplays_builtin
Memory Module: BANK 0/ChannelA-DIMM0, 16 GB, LPDDR4X, 3733 MHz, SK Hynix, -
Memory Module: BANK 2/ChannelB-DIMM0, 16 GB, LPDDR4X, 3733 MHz, SK Hynix, -
AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x7BF), wl0: Sep 11 2020 17:01:15 version 9.30.440.2.32.5.61 FWID 01-1d69e4b4
Bluetooth: Version 8.0.1f5, 3 services, 27 devices, 1 incoming serial ports
Network Service: Wi-Fi, AirPort, en0
USB Device: USB 3.1 Bus
USB Device: Hub
USB Device: USB 3.1 Bus
USB Device: Hub
USB Device: Microsoft® 2.4GHz Transceiver v9.0
USB Device: Composite Device
USB Device: Apple T2 Bus
USB Device: Touch Bar Backlight
USB Device: Touch Bar Display
USB Device: Apple Internal Keyboard / Trackpad
USB Device: Headset
USB Device: Ambient Light Sensor
USB Device: FaceTime HD Camera (Built-in)
USB Device: Apple T2 Controller
Thunderbolt Bus: MacBook Pro, Apple Inc., 0.0
Thunderbolt Bus: MacBook Pro, Apple Inc., 0.0
nadworny commented 3 years ago

Might be related to https://github.com/sidneys/pb-for-desktop/issues/113 ?

nadworny commented 3 years ago

I've uninstalled it manually and installed it through brew brew install --cask pb, now everything works! 👍