Interface Builder's "Simulate Interface" and "Build and Go in Xcode" menu commands - Stack Overflow most recent 30 from stackoverflow.com2009-12-09T11:55:48Zhttp://stackoverflow.com/feeds/question/806161http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/806161/interface-builders-simulate-interface-and-build-and-go-in-xcode-menu-command0Interface Builder's "Simulate Interface" and "Build and Go in Xcode" menu commandsmahboudz2009-04-30T09:45:18Z2009-06-14T05:53:08Z
<p>How does one turn the "Simulate Interface" and the "Build and Go in Xcode" menu items into something usable for iPhone development? Right now the Simulate command brings up the Simulator with a black screen and the Build & Go gives a "No architectures to compile for (ONLY_ACTIVE_ARCH=YES, active arch=i386, VALID_ARCHS=armv6)." error. Thanks.</p>
http://stackoverflow.com/questions/806161/interface-builders-simulate-interface-and-build-and-go-in-xcode-menu-command/992270#9922700Answer by willc2 for Interface Builder's "Simulate Interface" and "Build and Go in Xcode" menu commandswillc22009-06-14T05:53:08Z2009-06-14T05:53:08Z<p>Nest your UIView inside a UIWindow and your controls will show up. </p>
<p>All except UIImageViews and images placed inside buttons.</p>