Interface Builder's "Simulate Interface" and "Build and Go in Xcode" menu commands - Stack Overflow most recent 30 from stackoverflow.com 2009-12-09T11:55:48Z http://stackoverflow.com/feeds/question/806161 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/806161/interface-builders-simulate-interface-and-build-and-go-in-xcode-menu-command 0 Interface Builder's "Simulate Interface" and "Build and Go in Xcode" menu commands mahboudz 2009-04-30T09:45:18Z 2009-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 &amp; 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#992270 0 Answer by willc2 for Interface Builder's "Simulate Interface" and "Build and Go in Xcode" menu commands willc2 2009-06-14T05:53:08Z 2009-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>