Question

I dont know for which iPhone OS I am compiling my code, 3.0 or 2.2...

Was it helpful?

Solution

Check your target in your build config in xCode.

OTHER TIPS

 #ifdef __IPHONE_3_0
   NSLog(@"THE 3.0 SDK");
 #endif
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top