Is anyone doing iPhone SDK 2.x.x dev on Snow Leopard?
问题 There seems not to be an SDK 2.x.x for Snow Leopard. Or am I mistaken? BTW, I'm loving the built-in Clang!! Kudos to the Xcode team! 回答1: You can write applications targeting iPhone OS 2.x for Snow Leopard. Just make sure you are not using any iPhone OS 3.0 specific API:s. You can also write applications that target both 2.x and uses 3.0 features if available. Two things to keep in mind if you do: Link any iPhone OS 3.0 frameworks weakly. Be sure to check the [UIDevice currentDevice]