Advertise Mobile SDKs Books Events Forum News Social Networking Support Us
Follow @iphonedevsdk on Twitter

Interface 2, Advanced iOS
Mockup & Code Gen
($9.99)

Make your own iPhone apps
and run them live!
(free)

Pic Frame Dynamo: Photo Editing
($0.99)

Abiliator
($1.99)

Want your application or service advertised on iPhone Dev SDK?

Go Back   iPhone Dev SDK Forum > iPhone SDK Development Forums > iPhone SDK Development

Reply
 
LinkBack Thread Tools Display Modes
Old 03-24-2011, 07:18 PM   #1 (permalink)
Registered Member
 
Join Date: Mar 2011
Posts: 10
TechnicalNerd is on a distinguished road
Default MCPKit Connection Problem

Hi, all! I'm using this code in conjunction with the MCPKit framework:

db = [[MCPConnection alloc] initToHost:@"host" withLogin:@"username" usingPort:3306];
[db setPassword:@"password"];

NSLog(@"Connect: %d", [db connect]);
BOOL connSuccessful = [db connect];
if (!connSuccessful) {
NSLog(@"%@",[db getLastErrorMessage]);
}
else {
BOOL selectDBSuccessful = [db selectDB:@"database"];
if (!selectDBSuccessful) {
NSLog(@"%@",[theConn getLastErrorMessage]);
}
else {
// MySQL Stuff Here
}
}

Whenever I build the application I get this error:

Undefined symbols for architecture i386:
“_OBJC_CLASS_$_MCPConnection”, referenced from:
objc-class-ref in AppDelegate_iPhone.o
ld: symbol(s) not found for architecture i386
collect2: ld returned 1 exit status.

What would be a possible solution to this? Thanks in advance!
TechnicalNerd is offline   Reply With Quote
Reply

Bookmarks

Tags
database, mcpkit, mysql

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



» Advertisements
» Online Users: 370
12 members and 358 guests
condor304, dansparrow, Domele, dre, dreamdash3, ilmman, LezB44, michelle, Sami Gh, shagor012, thephotographer, tinamm64
Most users ever online was 1,387, 04-10-2012 at 04:21 AM.
» Stats
Members: 175,663
Threads: 94,119
Posts: 402,896
Top Poster: BrianSlick (7,990)
Welcome to our newest member, LezB44
Powered by vBadvanced CMPS v3.1.0

All times are GMT -5. The time now is 01:35 AM.
Powered by vBulletin® Version 3.8.0
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.3.0