I want my app to support iOS 6. So I set the Base SDK to iOS 6 and the deployment target is iOS 6 also. But when I build my project, the compiler complains that some macros in the project which is iOS 6 compatible are not defined. Such as __IPHONE_6_1.
Should I should change the Base SDK?