我是 iOS 新手
现在我反驳一个问题
#define strncasecmp _strnicmp
它有一个警告:
implicit declaration of function '_strnicmp' is invalid in C99
并且也有错误:
Undefined symbols for architecture armv7:
"__strnicmp", referenced from:
_AVI_open_input_file in avilib.o
ld: symbol(s) not found for architecture armv7
clang: error: linker command failed with exit code 1 (use -v to see invocation)
如何解决这个问题呢?