lyl9180
lyl9180
  • 发布:2016-04-05 10:46
  • 更新:2016-04-06 11:44
  • 阅读:2880

OBJC_CLASS$_ZipArchive

分类:5+ SDK

Undefined symbols for architecture x86_64:
"OBJC_CLASS$_ZipArchive", referenced from:
objc-class-ref in liblibPDRCore.a(DCSAAppResManager.o)
objc-class-ref in liblibPDRCore.a(PDRCoreAppManager.o)
objc-class-ref in liblibPDRCore.a(PDRCoreApp.o)
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)

这个问题怎么解决啊

2016-04-05 10:46 负责人:无 分享
已邀请:
骁骑

骁骑

xcode工程的 other link flags 里添加 -lcoreSupport

  • liking

    ld: library not found for -lcoreSupport 新的错误


    2016-04-06 00:36

yaohuiQiu

yaohuiQiu

ld: library not found for -lcoreSupport 新的错误

骁骑

骁骑

下载最新的SDK库,里边有libcoreSupport.a这个静态库, 这个库和其他的库一样模拟器和真机使用不同目录下的库,引入的时候需要注意一下

liking

liking

遇到这个错误,跟楼上情况一样啊

该问题目前已经被锁定, 无法添加新回复