How do you set __IPHONE_OS_VERSION_MIN_REQUIRED?
- by stoutyhk
Hi
My Base SDK is set to iOS 4 and so is deployment target. However, the compile command has: D__IPHONE_OS_VERSION_MIN_REQUIRED=30200 in it.
I can't figure out how to change it without redefining.
Any ideas?
thanks