Titanium模块编译但无法编译显示x86_64失败的项目

时间:2016-08-17 20:52:54

标签: objective-c iphone appcelerator appcelerator-titanium appcelerator-modules

我试图使用市场中的TiMediaPicker,但是在识别模块时遇到了问题。所以我去了https://github.com/lowb1rd/TiMediaPicker的源代码并尝试编译它。

虽然xCode确实编译了它,但在我尝试运行项目时将模块放入Titanium项目后,我得到以下编译错误:

[ERROR] :  ** BUILD FAILED **
[ERROR] :  The following build commands failed:
[ERROR] :   Ld build/Intermediates/TestModule.build/Debug-iphonesimulator/TestModule.build/Objects-normal/x86_64/TestModule normal x86_64
[ERROR] :  (1 failure)

我创建了一个全新的Titanium模块并开始处理代码。似乎导致问题的是这一行:

library  = [[ALAssetsLibrary alloc] init];

但我不明白为什么。这是一个x86库吗?它有替代品吗?

1 个答案:

答案 0 :(得分:0)

尝试http://github.com/BouncingFish/timediapicker - 从头开始​​重写,适用于iCloud等。