在我的 Xcode 项目中,我有时会使用一个类别来向 MKMapView 添加缩放级别功能。现在我想在我的 RubyMotion 项目中使用该类别。这些文件位于供应商目录中,我已将它们包含在
app.vendor_project('vendor', :static)
看起来编译正常,但 ld 抱怨说
ld: in /Users/admin/gitrep/bgApp/vendor/build-iPhoneSimulator/libvendor.a,
archive has no table of contents for architecture i386
有谁知道这种包含类别(也可能是独立类)的方法是否有效?