Hi I am having trouble testing a static library through the simulator. If I build the static library when the scheme is iPhone simulator, no *.a file gets generated. It is only generated if the scheme is iOS device. How to do this?
Asked
Active
Viewed 315 times
2
-
A [little search](http://stackoverflow.com/questions/3520977/build-fat-static-library-device-simulator-using-xcode-and-sdk-4) goes a long way. – CrimsonDiego Jul 23 '12 at 20:50
-
what makes you think I havent searched? – SuperString Jul 23 '12 at 20:58
-
Because googling your exact question results in a lot of information on building a fat static library, and your question provides no suggestion that you have tried anything listed there. If I was erroneous in my assumption, I do apologize. – CrimsonDiego Jul 23 '12 at 21:05