You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 17, 2021. It is now read-only.
I am going to be playing with EnergyBar and add new widgets and so on. Everything compiles successfully in Xcode 12 but when I run it from there nothing happens: Xcode directly switches to "Finished running EnergyBar". I even set a breakpoint in main.m which is not even reached.
What am I missing?
Thanks!
The text was updated successfully, but these errors were encountered:
I am not a Mac right now, but setting a breakpoint on main should work. Not getting a breakpoint suggests that the process is not even started.
Possible reasons for this:
EnergyBar depends on a number of internal API's, which may have changed or even be non-existent in later versions of the OS.
EnergyBar depends on the OctoFeed framework, which is included in this project [link]. Perhaps the framework is not found during process loading and the process is never started?
Perhaps some of the required entitlements have changed? Apple likes to change requirements for applications every year or so.
Hello,
I am going to be playing with EnergyBar and add new widgets and so on. Everything compiles successfully in Xcode 12 but when I run it from there nothing happens: Xcode directly switches to "Finished running EnergyBar". I even set a breakpoint in main.m which is not even reached.
What am I missing?
Thanks!
The text was updated successfully, but these errors were encountered: