开发者

XCode 4 - Errors building project with undefined symbols for architecture

开发者 https://www.devze.com 2023-04-03 23:30 出处:网络
I\'m getting the following build error and I have no idea why. Any help would be greatly appreciated. I\'m not entirely sure whether I\'m missing a particular framework or not.

I'm getting the following build error and I have no idea why. Any help would be greatly appreciated. I'm not entirely sure whether I'm missing a particular framework or not.

Undefined symbols for architecture i386:
  "_OBJC_CLASS_$_YAJLParser", referenced from:
      objc-class-ref in libem.a(EMDynamicBrandController.o)
      objc-class-ref in libem.a(EMDynamicKeywordsDataSour开发者_运维技巧ce.o)
      objc-class-ref in libem.a(EMURLEndecaSearchResponse.o)
ld: symbol(s) not found for architecture i386
collect2: ld returned 1 exit status

Thanks in advance.


I ended up using and including the following Framework and it now builds successfully:

YAJL Framework

The YAJL framework is an Objective-C framework for the YAJL SAX-style JSON parser.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号