[TIMOB-13081] Studio refuses to accept App GUID
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Medium |
Status | Closed |
Resolution | Won't Fix |
Resolution Date | 2013-03-19T18:38:02.000+0000 |
Affected Version/s | Release 3.0.2, Release 3.1.0 |
Fix Version/s | 2013 Sprint 07 JS, 2013 Sprint 07 |
Components | iOS |
Labels | triage |
Reporter | Jamie Buckley |
Assignee | Michael Xia |
Created | 2013-02-26T20:03:11.000+0000 |
Updated | 2017-03-21T18:11:25.000+0000 |
Description
User upgraded to 3.0.2 and then titanium studio now tells them their GUID is invalid, however the GUID was valid before and is displayed on my.appcelerator.com
The user is unable to build their project, this GUID is linked to their analytics.
Have attempted the following variations:
HUqMjZwS-9vUu-PfYS-2tzJ-2uLbfuEJlS8A
huqmjzws-9vuu-pfys-2tzj-2ulbfuejis8a
HUqMjZwS9vUuPfYS2tzJ2uLbfuEJlS8A
Error:
The guid must be in the format XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX and consist of letters and numbers. [ERROR] : tiapp.xml contains an invalid guid "HUqMjZwS9vUuPfYS2tzJ2uLbfuEJlS8A" If you need a new guid, below are 5 freshly generated new ones that you can choose from: e2e8811b-7a39-48ef-bfed-8bd2f78a7dfc 2dae5ba6-9886-4f54-9088-4635ccb92da8 e97ff41f-9161-4c28-a6a3-3a8552bd263c 2f5651fa-d5f3-481a-af06-f7dc3248ab3c b221822c-537e-4d4d-b6c6-853f4629411d
@Jamie - does the error come from the build console or validation in tiapp.xml?
People should not be changing the generated GUID in the tiapp.xml. I would be open to adding a CLI config setting to bypass the GUID format validation.
I would suggest as an immediate workaround they could tweak the code in the CLI, as referenced here: https://github.com/appcelerator/titanium_mobile/blob/master/support/node_modules/titanium-sdk/lib/titanium.js#L184
Closing ticket as the issue will not fix.