【问题标题】:Flipswitch packaging error... TheosFlipswitch 打包错误... Theos
【发布时间】:2014-06-09 01:24:23
【问题描述】:

我正在尝试为我的 Cydia 调整制作一个 Flipswitch 包。我将所有标题以及已编辑的 Makefile 都放在相应的目录中。

我的问题是我不断收到:

ld: library not found for -lflipswitch
clang: error: linker command failed with exit code 1

错误!?!?

我研究了 devwiki、Ryan Petrich 示例和 a3tweaks 示例。无论是什么示例(甚至是基本模板),我都会不断收到错误消息。有什么想法吗?

TIA

这是“制作包”期间的完整过程。我的测试 Flipswitch 称为“停止测试”。

/Users/appleimac/Documents/stoptest/theos/makefiles/targets/Darwin/iphone.mk:49: Deploying to iOS 3.0 while building for 6.0 will generate armv7-only binaries.
Making all for bundle stoptest...
 Copying resource directories into the bundle wrapper...
 Linking bundle stoptest (armv7)...
ld: library not found for -lflipswitch
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[3]: *** [.theos/obj/armv7/stoptest.bundle/stoptest] Error 1
make[2]: *** [.theos/obj/armv7/stoptest.bundle/stoptest] Error 2
make[1]: *** [internal-bundle-all_] Error 2
make: *** [stoptest.all.bundle.variables] Error 2

【问题讨论】:

    标签: ios makefile package cydia theos


    【解决方案1】:

    您缺少图书馆。请参阅this section of the devwiki 解决此问题。

    【讨论】:

    • 就是这样!!!非常感谢!我认为这是指安装 Flipswitch 后将在 iDevice 上创建的内容,所以我忽略了它。哈哈!有点认为在 devwiki 中应该有一个指向它的链接,而不是我们必须手动将它放在我们的计算机上。
    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2013-02-23
    • 2014-01-31
    • 2014-06-20
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多