thomasfinch / GammaThingy

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

Cannot sign "me.ahammer.GammaTest.GammaWidget" #55

Open daedos opened 8 years ago

daedos commented 8 years ago

Can someone help a newbie out and let me know what else I need to change to solve this issue? I've changed the team and bundle identifier, e.g. me.ahammer.GammaTest.XYZ123, just can't work out where the widget identifier needs changing.

Thanks.

daedos commented 8 years ago

After sleeping on it I've answered my own question. Maybe another newbie with the same problem will find this useful. The widget identifier can be changed if you switch targets - click GammaTest just to the left of General (see linked image). Then make that unique in a similar way to the main app.

http://i63.tinypic.com/ojia8p.png

daedos commented 8 years ago

Additionally you need to use identifiers like me.XYZ.GammaTest and me.XYZ.GammaTest.GammaWidget where XYZ is your unique string.

zohairshafi commented 8 years ago

Hello! I've done everything you said, and despite changing the bundle identifier, i still get the error, "An Application Group with Identifier 'group.me.ahammer.GammaTest' is not available. Please enter a different string."

daedos commented 8 years ago

After getting GammaThingy installed I found it pretty unreliable and used Goodnight instead. Just make sure you follow the readme.

zohairshafi commented 8 years ago

Thanks a lot! Will do. Although, I would still like to know what I've been doing wrong incase I bump into similar problems in the future.

daedos commented 8 years ago

Ok. Your error message is slightly different to my original post. I've just re-downloaded the project to work out the steps to get it working again.

1, Change both Bundle Identifiers as I mentioned above 2, Change the App Groups:

zohairshafi commented 8 years ago

It worked. Thank you so much!