今天我安装了MCPConnetion for mysql。
我刚将源代码复制到我的应用程序。
然后,我打电话给代码:
#import "MCPConnection.h"
并与下摆合作:
MCPConnection *connection = [[MCPConnection alloc] initToHost:@"localhost" withLogin:@"root" usingPort:8889];
和Xcode给我一个错误:
"_OBJC_CLASS_$_MCPConnection", referenced from:
Objc-class-ref in DetailViewController.o
Symbol(s) not found for architecture i386
Linker command failed with exit code 1 (use -v to see invocation)
我目前没有?
(Xcode 4.4 DP2,Mountain Lion DP2)
答案 0 :(得分:0)
问题很可能是项目不包括必要的框架。转到目标 - >构建阶段 - >链接并验证实际上你有那个包含MCPConnection的框架。