Pattern colors are not supported by the iPhone SDK for iOS versions prior to 3.0 :: N-FAQ Aasim Naseem, February 4, 2011March 12, 2024 Last day i opened and compiled an old project of iPhone; I’m using Xcode 3.2.5 with iOS 4.2 on Mac OS X 10.6.6; When i complied that project I got the following error in multiple xib filesPattern colors are not supported by the iPhone SDK for iOS versions prior to 3.0. click to enlarge;Reason of Error;The project was built and compiled with iOS 3.0, and will work fine on sdk 3.2 and 2.2.1 but on sdk 4.0 it will throw that error; The deployment target for xib files was set to iOS 2.1.1 when you use ios3.0 or prior;Solutions; While working on iOS 4.0+ you must need to change the the Deployment Target in xib file to 3.0;How to do ; Open the .xib file in Interface Builder, then select Window > Document Inf, select a later version of Deployment Target OS version. see the Image below;click to enlarge;Here the Deployment Target is set to iOS 2.1 and hence producing error; Change it to iOS 3.0 when you are working on iOS 4.0+;Thats all; Share every bit of knowledge you have;Happy Development;– This post belongs to N-FAQ category where i post anything i learn new during my work; N-FAQ = Not-FAQ;Aasim NaseemI’m an engineer by profession, a blogger and a photojournalist by hobby. Seasonal writer at LAFZ Media UK. I write on different topics and things around us. Contact me at +971.56.126.8842 or Aasim.Naseem@outlook.com iOS Tips & Tutorials Pattern colors are not supported by the iPhone SDK for iOS versions prior to 3.0Pattern colors problem in xib file;upgrate from ios3.0 to ios4.0
This web site is mostly a stroll-by means of for all the info you wanted about this and didn’t know who to ask. Glimpse here, and also you’ll definitely uncover it.Reply
Hi ANS,I have started developing iphone apps, please suggest a concept that i can leverageThanks IrfanReply
depends in which domain you want to develop your application; Best is find trends over App Store and other platforms and build an idea as per current development;Reply