【发布时间】:2018-04-26 23:22:16
【问题描述】:
我正在尝试使用小部件https://github.com/appcelerator-forks/gimdongwoo.ti-media-picker-widget
但我收到错误消息: [错误]:脚本错误找不到模块:ti.mediapicker 架构:x86_64
我按照说明进行操作,但它不适合我。
你能帮帮我吗? 谢谢
【问题讨论】:
标签: appcelerator appcelerator-alloy
我正在尝试使用小部件https://github.com/appcelerator-forks/gimdongwoo.ti-media-picker-widget
但我收到错误消息: [错误]:脚本错误找不到模块:ti.mediapicker 架构:x86_64
我按照说明进行操作,但它不适合我。
你能帮帮我吗? 谢谢
【问题讨论】:
标签: appcelerator appcelerator-alloy
由于它是一个小部件,因此您需要查看所使用的实际模块。本例为:https://github.com/gimdongwoo/TiMediaPicker,iOS 版本为 3 年(Ti SDK 3.5.0),需要重新编译。因此,您需要下载 repo (https://github.com/gimdongwoo/TiMediaPicker) 并使用最新的 SDK 编译适用于 iOS 的模块。详情在这里:http://docs.appcelerator.com/platform/latest/#!/guide/iOS_Module_Quick_Start
【讨论】: