GammaThingy icon indicating copy to clipboard operation
GammaThingy copied to clipboard

Cannot sign "me.ahammer.GammaTest.GammaWidget"

Open daedos opened this issue 10 years ago • 7 comments

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 avatar Nov 24 '15 00:11 daedos

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 avatar Nov 24 '15 07:11 daedos

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

daedos avatar Nov 24 '15 07:11 daedos

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."

zohairshafi avatar Dec 27 '15 05:12 zohairshafi

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

daedos avatar Dec 27 '15 20:12 daedos

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.

zohairshafi avatar Dec 28 '15 08:12 zohairshafi

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:

  • In the Capabilities section scroll down to App Group, you should see group.me.ahammer.GammaTest (in red if build failed).
  • Add a new group where ahammer is replaced by your unique string e.g. group.me.XYZ.GammaTest
  • untick group.me.ahammer.GammaTest
  • repeat the above for the GammaWidget too

daedos avatar Dec 28 '15 11:12 daedos

It worked. Thank you so much!

zohairshafi avatar Dec 28 '15 12:12 zohairshafi