Tag Archives: Build

How to switch the code/build for the device or simulator

“My Pacakge” uses AdMob library but AdMob library is not compatible with iOS 4 simulator (so many linking error occurrs). I found the way to avoid these errors in the apple document. Switching code with preprocessor macros is the answer.

Leave a comment Continue Reading →