Tagged Questions
2
votes
0answers
119 views
Undefined symbols for architecture i386 linker command failed with exit code 1 (use -v to see invocation)
I have looked through other questions that had similar issues, but I still can't figure out what is wrong. This is my first app and the other answers didn't make much sense. I keep getting the same ...
1
vote
0answers
245 views
Symbol(s) not found for architecture i386 - MCPConnection
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 = ...