So, I am working on an application that was compiled on sdk 3.2 and 2.2.1, but I have sdk 4.0. When I compile it, I get many assembly errors "Color patterns not supported by iphone SDK for iphone OS versions up to 3.0" and "setText is out of date".
Also, when I open the nib file and try to change colors, add an item from the library or get confused with it, my changes and additions are not displayed at runtime. I think this is a problem with the interface designer, especially with different versions of the SDK.
This is true? I am programming for ipad, so do I need at least 3.2?
source
share