Flipswitch包装错误...... Theos

时间:2014-06-09 01:24:24

标签: ios makefile package cydia theos

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

我的问题是我一直得到:

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

错误!?!?

我研究了devwiki,Ryan Petrich的例子和a3tweaks的例子。无论哪个例子(甚至基本模板),我都会收到错误。有什么想法吗?

TIA

这是'make package'中的完整过程。我的测试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

1 个答案:

答案 0 :(得分:0)

你错过了这个库。请参阅this section of the devwiki以解决此问题。