Path: csiph.com!usenet.pasdenom.info!gegeweb.org!de-l.enfer-du-nord.net!feeder1.enfer-du-nord.net!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail From: Francois Newsgroups: comp.sys.mac.programmer.help Subject: How to find in Xcode 4 the equivalent of "Classes Library" of Xcode 3 Interface Builder ? Date: Mon, 14 May 2012 14:51:58 +0200 Lines: 12 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: individual.net lovDxKmVQWB5WTkAhy0DFASEEjujdGMyu+jwb2WWoWEw9bWzG2DtP47e7ZHldSOzhj Cancel-Lock: sha1:RgePqg5A1qIQyJuy6xzlqYK7ZxQ= User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:9.0) Gecko/20111222 Thunderbird/9.0.1 Xref: csiph.com comp.sys.mac.programmer.help:121 I'm stopped in my ( moderate) efforts to master XCode 4.3.2 by a trivial problem. With anterior versions of Xcode + Interface Builder the creation of a class involved : 1) The creation of the *.h and *.m files 2) Instantiation in IB window of the new class Object by dragging it from the "Classes Library" of IB Now, I'm certainly very dumb (or blind) because I'm unable to find this "Classes library" in XCode 4. Maybe the new class object is hiding somewhere ? At least after creation of the class files it doesn't appear by itself in the list of the project. Thanks in advance for your help.