I am referencing some library(lib***.a) which seems to be built for ARM? Does that mean I cannot build/run the whole application in the simulator(i386) environment?
Asked
Active
Viewed 42 times
1 Answers
1
That is correct, unless it is a "fat" static library, which includes the build for both the simulator and the device in the same library.
Alternatively, there may be a separate library file (usually with the same name) that you can substitute that is built for the simulator.

Community
- 1
- 1

Marcus Adams
- 53,009
- 9
- 91
- 143