I'm using Titanium 3.2.0.GA and deploying for iOS 7.
I added the module Locale by Share Our Ideas to my project, but after doing that and tried to install the app on device I got the following message:
License violation detected. Unlicensed module(s) detected. You must be a subscriber to use one or more of the modules included with this project.. Please contact Appcelerator Support.From this question I was able to solve this with the uuidgen command, but I have to run that command everytime I try to install on device.
Before using that command I checked if the guid I had in my tiapp.xml was the same as the one in my Appcelerator account and it was the same. The user that created the project did it with the same Appcelerator account.
How can I make sure this error doesn't happen anymore? It's weird since i have other projects with different modules and none give this problem.