How to build a library for both iPhone simulator and device?
Posted
by iPhoney
on Stack Overflow
See other posts from Stack Overflow
or by iPhoney
Published on 2010-06-08T09:47:21Z
Indexed on
2010/06/08
10:02 UTC
Read the original article
Hit count: 218
I want to build a static library for iphone. I want to give my users the .a library which they can use for both simulator test and device test. Do I have to build two library in simulator mode and device mode? Is there any way to build a single one that can be used for both platforms?
© Stack Overflow or respective owner