0

i have a try to run the application and application give me this error

if anyone know that then please provide solution

Undefined symbols for architecture i386:
  "_OBJC_CLASS_$_FBSBJSON", referenced from:
      objc-class-ref in AppController.o
ld: symbol(s) not found for architecture i386
clang: error: linker command failed with exit code 1 (use -v to see invocation)
4

1 回答 1

0

有一些可能的原因可能会导致此错误:

  1. 在添加 SBJSON 时,您可能不会检查该复制选项。

  2. 或者去编译的源代码,看看你的 .m 文件是否在那里指定。

于 2013-10-22T12:21:12.470 回答