Tagged Questions
0
votes
2answers
104 views
XCode Linker Error Duplicate Symbol [closed]
I've been working on this little project testing out timers, and have two view controllers. Everything was working, but now this error came up. I've checked the compile sources and there are no ...
0
votes
2answers
404 views
iphone missing required architecture i386
I am getting this error for one of my project to use a static library. The project runs well in iOS device. But not in simulator. The static library is not mine, so I cannot recompile it for i386.
...
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 = ...
2
votes
1answer
3k views
Link error- missing required architecture i386 in file-symbols not found
I am working on an app that uses a twitter API.
The app runs fine when it is hooked up to an IOS device, but when I change the architecture from armv6 to i386 to get it running on the simulator I ...