Hi Guys,
I'm getting an unlicensed error for the TiPHP module ( https://marketplace.appcelerator.com/apps/805?1370127211) even thought that module is open to anyone. I do have it assigned to me and I am logged into Titanium Studio with the same ID.
See the screen capture for the error here :
With the continuous build 2.1.3 I'm getting an error for the php module ( provides php library style functions to javascript), This is an existing app we took over
I have cleaned the build folder out and still get the error, does the module need some updates to work with the continuous build ?
2 Answers
I've had this error occur before, though rarely.
If this is not a 2.1.3RC problem (ie: it occurs on all sdks) then:
Create a new project with the matching appID. Try to load the module in that project, it should work. Copy your assets from the old project over.
it turned out to be the GUID in the tiApp.xml, I changed the GUID to mine and it worked, even though the tiPHP is unlimted licences. not sure what was going on but adding my GUID worked.
Your Answer
Think you can help? Login to answer this question!