onmyway133 / PushNotifications

🐉 A macOS, Linux, Windows app to test push notifications on iOS and Android
https://onmyway133.com
Other
2.26k stars 176 forks source link

MacOS Mojave 10.14.5 support #19

Closed aleix616 closed 4 years ago

aleix616 commented 4 years ago

The application cannot open on MacOS Mojave 10.14.5.

This is the log:

Process:               PushNotifications [20542]
Path:                  /Applications/PushNotifications.app/Contents/MacOS/PushNotifications
Identifier:            com.onmyway133.pushnotifications
Version:               1.4.0 (1.4.0)
Code Type:             X86-64 (Native)
Parent Process:        ??? [1]
Responsible:           PushNotifications [20542]
User ID:               502

Date/Time:             2019-08-01 12:02:09.984 +0200
OS Version:            Mac OS X 10.14.5 (18F132)
Report Version:        12
Anonymous UUID:        55989678-FD7B-6530-036E-D4668C5D2EE9

Sleep/Wake UUID:       541A9102-DC0F-4D77-9A47-4DAAA363AB29

Time Awake Since Boot: 88000 seconds
Time Since Wake:       14000 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, [0x5] Code Signature

Application Specific Information:
dyld: launch, loading dependent libraries

Dyld Error Message:
  Library not loaded: @rpath/Electron Framework.framework/Electron Framework
  Referenced from: /Applications/PushNotifications.app/Contents/MacOS/PushNotifications
  Reason: no suitable image found.  Did find:
    /Applications/PushNotifications.app/Contents/MacOS/../Frameworks/Electron Framework.framework/Electron Framework: code signature invalid for '/Applications/PushNotifications.app/Contents/MacOS/../Frameworks/Electron Framework.framework/Electron Framework'

    /Applications/PushNotifications.app/Contents/MacOS/../Frameworks/Electron Framework.framework/Electron Framework: stat() failed with errno=1

Binary Images:
       0x108f14000 -        0x108f14ff7 +com.onmyway133.pushnotifications (1.4.0 - 1.4.0) <F8DFE287-C6B4-3716-B3B3-CDF539205B40> /Applications/PushNotifications.app/Contents/MacOS/PushNotifications
       0x10fb6b000 -        0x10fbd56ef  dyld (655.1.1) <CE635DB2-D47E-3C05-A0A3-6BD982E7E750> /usr/lib/dyld
    0x7fff499d1000 -     0x7fff49adbfff  com.apple.Bluetooth (6.0.12 - 6.0.12f1) <58A607F0-A818-3535-A7BD-858D5BB0A807> /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth

Model: MacBookPro14,1, BootROM 194.0.0.0.0, 2 processors, Intel Core i5, 2,3 GHz, 8 GB, SMC 2.43f6
Graphics: kHW_IntelIrisGraphics640Item, Intel Iris Plus Graphics 640, spdisplays_builtin
Memory Module: BANK 0/DIMM0, 4 GB, LPDDR3, 2133 MHz, 0x802C, 0x4D5435324C3531324D3332443250462D3039
Memory Module: BANK 1/DIMM0, 4 GB, LPDDR3, 2133 MHz, 0x802C, 0x4D5435324C3531324D3332443250462D3039
AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x170), Broadcom BCM43xx 1.0 (7.77.61.2 AirPortDriverBrcmNIC-1305.8)
Bluetooth: Version 6.0.12f1, 3 services, 27 devices, 1 incoming serial ports
Network Service: iPhone, Ethernet, en4
Network Service: Wi-Fi, AirPort, en0
USB Device: USB 3.0 Bus
USB Device: USB2.0 Hub
USB Device: iPhone
USB Device: USB 2.0 BILLBOARD
USB Device: USB3.0 Hub
USB Device: USB3.0 Card Reader
Thunderbolt Bus: MacBook Pro, Apple Inc., 41.1
tobiasfrantsen commented 4 years ago

I get the same error, also running on macOS mojave 1.14.5......

imichele commented 4 years ago

I'm unable to find PushNotifications log in ~/Library/Logs/PushNotifications but the App starts, bounces twice and closes with macOS 10.14.6.

Lucas-gronlund commented 4 years ago

As stated in the Catalina Support thread, you can get it to work by building it yourself - Just follow these steps:

AugustoAleGon commented 4 years ago

@Lucas-gronlund Thanks a lot man! Appreciate it.

Ariandr commented 4 years ago

Hi, guys. I've added the steps to build the app manually on your machine. It's essentially what @Lucas-gronlund described, but with more details.

Check it here: https://github.com/onmyway133/PushNotifications#manual-building

Ariandr commented 4 years ago

@aleix616 Hi, please check out the new release. Install the app using .dmg file, it should work. https://github.com/onmyway133/PushNotifications/releases

onmyway133 commented 4 years ago

@aleix616 please check new release. I'm closing this for now

aleix616 commented 4 years ago

Working fine now! Thanks!