Re: XCode won't build - Error while Linking CocoaMySQL MCPKit_bundled

2008-11-04 Thread Sebastian Pape
Problem solved! I used the old PPC version of the Framework on my Mac. After downloading a recompiled version (for Intel) and replacing the PPC version with the new one in my project the Application builds without problems. Thanks, Sebastian. 2008/11/4 Sebastian Pape <[EMAIL PROTECTED]>: > Hi, >

XCode won't build - Error while Linking CocoaMySQL MCPKit_bundled

2008-11-03 Thread Sebastian Pape
Hi, I am trying to get CocoaMySQL running in my XCode. So I created an easy application to query my database. In the Controller.m file I added the line: #import CODE: __ MCPConnection * mySQLConnection = [[MCPConnection alloc] initToHost:@"localhos