Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not working on MAC OS #11

Open
ahmadmssm opened this issue Mar 27, 2021 · 4 comments
Open

Not working on MAC OS #11

ahmadmssm opened this issue Mar 27, 2021 · 4 comments
Assignees
Labels
bug Something isn't working help wanted Extra attention is needed

Comments

@ahmadmssm
Copy link

  1. Try to run the app
    Getting this error

Screen Shot 2021-03-27 at 4 45 58 PM

  1. 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
Copy link
Owner

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:

  • First make sure System Preferences is closed.
  • Open the Terminal app, located at /Applications/Utilities
  • At the Terminal command prompt, enter the following:
    sudo spctl --master-disable
  • Press enter or return - Enter your administrator password, if asked, then press enter or return again.

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

  • Click on System Preferences on your Mac Dock.
  • Choose Security & Privacy.
  • Tap the lock at the bottom left of the screen.
  • Enter your password to unlock Security and Privacy.
  • Choose the Anywhere under Allow apps downloaded from... Prior to making the change, this option wasn't available.
  • Click the unlocked lock to keep the change.

@ahmadmssm
Copy link
Author

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

@fredserva
Copy link
Owner

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 fredserva self-assigned this Mar 27, 2021
@fredserva fredserva added the bug Something isn't working label Apr 6, 2021
@fredserva fredserva added the help wanted Extra attention is needed label May 21, 2021
@fredserva
Copy link
Owner

fredserva commented May 21, 2021

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants