Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

Today i installed the MCPConnetion for mysql.

i just copied the source code to my app.

then, i call the code:

#import "MCPConnection.h"

and worked with hem:

MCPConnection *connection = [[MCPConnection alloc] initToHost:@"localhost" withLogin:@"root" usingPort:8889];

and Xcode give me a ERROR:

"_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)

What i do not currently?

(Xcode 4.4 DP2, Mountain Lion DP2)

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.