fredserva / birdskitchen

A Desktop Recipe Manager application using Electron & React.
Other
74 stars 14 forks source link

Not working on MAC OS #11

Open ahmadmssm opened 3 years ago

ahmadmssm commented 3 years ago
  1. Try to run the app Getting this error

    Screen Shot 2021-03-27 at 4 45 58 PM
  2. Run this command chmod -R 755 /Users/MyUser/Downloads/Birds\ Kitchen.app to resolve this error Got this error

    
    Process:               Birds Kitchen [37207]
    Path:                  /private/var/folders/*/Birds Kitchen.app/Contents/MacOS/Birds Kitchen
    Identifier:            com.birdskitchen.app
    Version:               0.8.3 (0.8.3)
    Code Type:             X86-64 (Native)
    Parent Process:        ??? [1]
    Responsible:           Birds Kitchen [37207]
    User ID:               501

Date/Time: 2021-03-27 16:40:36.020 +0200 OS Version: macOS 11.2.1 (20D74) Report Version: 12 Bridge OS Version: 5.2 (18P4346) Anonymous UUID: 4E701654-FC76-D23E-6389-080B8F10B9C2

Sleep/Wake UUID: 9C225A93-74E8-4955-AF1A-02F168DE5549

Time Awake Since Boot: 100000 seconds Time Since Wake: 14000 seconds

System Integrity Protection: enabled

Notes: Translocated Process

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: BD3DF5DB-AF3C-3D09-B8D6-4352F71DDBEA Library not loaded: @rpath/Electron Framework.framework/Electron Framework Referenced from: /private/var/folders/*/Birds Kitchen.app/Contents/MacOS/Birds Kitchen Reason: no suitable image found. Did find: /private/var/folders/00/twvkg7n96pgdmv4cnn_dhng00000gn/T/AppTranslocation/DF89A992-0CCD-434D-ADB6-395B02AB14D9/d/Birds Kitchen.app/Contents/MacOS/../Frameworks/Electron Framework.framework/Electron Framework: file too short /private/var/folders/00/twvkg7n96pgdmv4cnn_dhng00000gn/T/AppTranslocation/DF89A992-0CCD-434D-ADB6-395B02AB14D9/d/Birds Kitchen.app/Contents/MacOS/../Frameworks/Electron Framework.framework/Electron Framework: stat() failed with errno=1

Binary Images: 0x1084df000 - 0x108506fff +com.birdskitchen.app (0.8.3 - 0.8.3) <5CF444E6-280A-33A3-87FF-B56A6B4EC25C> /var/folders/*/Birds Kitchen.app/Contents/MacOS/Birds Kitchen 0x10f106000 - 0x10f1a1fff dyld (832.7.3) <0D4EA85F-7E30-338B-9215-314A5A5539B6> /usr/lib/dyld

Model: MacBookPro16,2, BootROM 1554.80.3.0.0 (iBridge: 18.16.14346.0.0,0), 4 processors, Quad-Core Intel Core i5, 2 GHz, 16 GB, SMC Graphics: kHW_IntelIrisPlusGraphicsItem, Intel Iris Plus Graphics, spdisplays_builtin Memory Module: BANK 0/ChannelA-DIMM0, 8 GB, LPDDR4X, 3733 MHz, SK Hynix, - Memory Module: BANK 2/ChannelB-DIMM0, 8 GB, LPDDR4X, 3733 MHz, SK Hynix, - AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x7BF), wl0: Sep 11 2020 17:01:15 version MyVersion xxxxxxxxxxxxxxx Bluetooth: Version 8.0.3d9, 3 services, 27 devices, 1 incoming serial ports Network Service: Wi-Fi, AirPort, en0 USB Device: USB 3.1 Bus USB Device: USB 3.1 Bus 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., 8.0 Thunderbolt Bus: MacBook Pro, Apple Inc., 85.0

fredserva commented 3 years ago

Have you tried to disable Gatekeeper?

The MacOS application is not "signed" (certified) by Apple and won't run until you force the Anywhere Option in Gatekeeper.

To do that:

Now, it's time to allow your Mac to open any app.

ahmadmssm commented 3 years ago

Thanks for the answer, I tried this solution, still getting the same error.

fredserva commented 3 years ago

Uh oh! Your system is macOS 11.2.1. Mine is 10.12.6 and I can't update... Birds Kitchen last version (0.8.3) is working well on macOS Sierra.

I will try to install a virtual machine on my Linux to investigate.

fredserva commented 3 years ago

Thanks for the answer, I tried this solution, still getting the same error.

Hi!

I still haven't found the solution. Can you try this for me?

Open your terminal Type: codesign -f -s - --deep Press: <Space> Drag and drop the Birds Kitchen app into Terminal Press: <Return>

Wait :) Now try to open the app and tell me if you're getting an error.