我正在尝试创建静态库,但没有成功。 我跟着他http://blog.stormyprods.com/2008/11/using-static-libraries-with-iphone-sdk.html 但没用 根据他在静态库中拖动类文件然后删除那么拖动的点是什么?
生成我的lib后,我收到错误
ld: library not found for -ltestlib
collect2: ld returned 1 exit status
Command /Developer/xcode3.2/Platforms/iPhoneSimulator.platform/Developer/usr/bin/gcc-4.2 failed with exit code 1
请从头开始帮助我,了解如何使用xcode生成和使用静态库。 感谢。