appcelerator:找不到uuidgen命令

时间:2016-08-08 07:52:13

标签: appcelerator

我正在使用Appcelerator Studio和试用帐户。我的项目没有在设备上运行,因为我需要为我的应用程序提供GUID。在Appcelerator的支持下,我正在运行“uuidgen”以获得GUID。但是,我收到“uuidgen:command not found”错误。

在运行此命令之前,我是否需要在Appcelerator Studio上设置任何内容?

非常感谢提前!

1 个答案:

答案 0 :(得分:0)

uuidgen不是来自Appcelerator的命令。

在mac中,它是默认实用程序。但是你不能在Windows操作系统中得到它。

我认为你可以简单地在线生成 - https://www.uuidgenerator.net

我相信你想在manifest文件/ tiapp.xml文件中使用生成的uuid。