Tagged Questions
2
votes
1answer
226 views
Choose the 32 or 64 bit version of an app from command line (mac os x)
I'm on Mac OS X, and I have an executable binary which is compatible with the x86_64 and i386 architectures.
From the command-line, I would like to choose which of these architectures has to be ...
2
votes
2answers
2k views
iOS simulator on mac is running i386 architecture, not armv7?
I've got some static libraries I've built for use on armv7 architectures. When I try to use them in a iOS project which I testrun on the iphone 5.0 simulator, I get errors telling me about undefined ...
0
votes
1answer
1k views
symbol(s) not found for architecture i386 about opencv
I am studying opencv for ios now.After I download example codes from github.com/macmade, i complie and run the program, everything is OK. However, when i add some opencv codes as bellow:
IplImage* ...
2
votes
1answer
2k views
Not able to debug and run the application in iPhone device using the XCode4
I trying to install the application into my device, i am getting lots of warning messages and one error.
I am using MAC 10.7 and Xcode 4.1
warning: no rule to process file ...
5
votes
2answers
4k views
Error Message: Undefined symbols for architecture i386 using ZBar Libraries
I'm having a problem right now with a project I'm trying to build in Xcode 4.0, hopefully someone can shed some light on this for me..
I'm trying to use the ZBar SDK and have followed the ...
0
votes
0answers
1k views
How can I resolve this warning “gcc file format : is not the architecture being linked (i386)”?
I have to continue the development of an iPhone appli but when I want to build it, my build results display this warming, and I don't know how can I resolve it :
ld: warning: in ...
4
votes
2answers
443 views
How do programs support i386 and ppc at the same time?
I would like to know how you can support i386 and ppc architectures for programs at /bin.
I run for instance
bin $ file amber
I get
amber: setgid Mach-O universal binary with 2 architectures
...