SelfControlApp / selfcontrol

:skull: Mac app to block your own access to distracting websites etc for a predetermined period of time. It can not be undone by the app or by a restart – you must wait for the timer to run out.
http://selfcontrolapp.com
GNU General Public License v3.0
3.99k stars 400 forks source link

ERROR BUILD ON XCODE AND RUN #840

Open pnatale opened 1 year ago

pnatale commented 1 year ago

Hi, app not running on mac when i try to edit code.

Pod is ok..

Screenshot 2023-05-29 alle 08 28 02

How i solve this?

TravelingTice commented 8 months ago

I noticed there is a submodule in the repo you have to initialise before it successfully builds:

git submodule init
git submodule update

After this it should build