【发布时间】: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