Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

XIB Compiler Error

Getting a "Pattern colors are not supported by the iPhone SDK for iPhone OS versions prior to 3.0." error from Xcode when compiling an application for iPhone OS 2.2.1. I'm using Xcode 3.2 on Snow Leopard.

The interesting thing is that others (I don't know host OS or Xcode version) are compiling this code fine.

like image 655
john146 Avatar asked Apr 03 '26 01:04

john146


1 Answers

Just to clarify manson's answer, open the problem XIB in Interface Builder, then select Window|Document Info from the menu; from there you can set the Deployment target.

like image 192
jstevenco Avatar answered Apr 04 '26 14:04

jstevenco