我已经在我的应用程序中实现了UrbanAirship (使用libUAirship-1.1.1.a)。
我已经指定了
Header_Search_Paths=../Airship/** (as reqursive),并且没有指定任何
Library_Search_Paths但我得到了一个错误,就像-
ld: library not found for -lUAirship-1.1.1
Command /Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin/clang failed with exit code 1解决方案是什么?我在等待答案。
谢谢..
发布于 2012-02-15 20:38:58
不需要Library Search Path,但您可以尝试使用-all_load或-ObjC。否则,您可以尝试使用this link。确保你已经添加了所有的框架。
https://stackoverflow.com/questions/9293027
复制相似问题