thomasfinch / GammaThingy

Changes screen gamma on iOS, no jailbreak required
777 stars 94 forks source link

Assert failure in GammaController.m #57

Closed alexbartisro closed 8 years ago

alexbartisro commented 8 years ago

2015-12-11 11:19:09.128 GammaTest[829:290676] First execution activation was NOT triggered 2015-12-11 11:19:11.252 GammaTest[829:290676] enabled: 1 2015-12-11 11:19:11.260 GammaTest[829:290676] Lock status: 0 Assertion failed: (file != NULL), function +[GammaController setGammaWithRed:green:blue:], file /Users/Alex/Documents/3rdPartyRepos/GammaThingy/GammaTest/mvc/controller/GammaController.m, line 138.

(lldb) po file

mariokorte commented 8 years ago

You need to correctly configure the app group ids. Check, that you didn't miss an instance.

alexbartisro commented 8 years ago

this can be closed