我正在尝试在Appcelerator Titanium中加入一个android/ios的共享模块。我已经尝试过通过gittio http://gitt.io/component/com.alcoapps.socialshare安装这个小工具,也尝试过从工作室的帮助菜单中安装该模块。
运行应用程序时,抛出以下错误:
[ERROR] : Script Error Couldn't find module:
/com.alcoapps.socialshare/com.alcoapps.socialshare for architecture: x86_64
这是否仅仅意味着模块对于我的系统来说已经过时了?
发布于 2019-03-01 17:07:33
使用此模块:https://github.com/viezel/TiSocial.Framework
更新版本,支持当前SDK
发布于 2019-03-01 21:19:45
解决了它。
显然,由于某些原因,通过gittio安装小工具并没有下载'lib‘文件夹。添加之后,小部件就可以工作了。
https://stackoverflow.com/questions/54941092
复制相似问题