up vote 0 down vote favorite
share [g+] share [fb]

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.

link|improve this question

68% accept rate
feedback

1 Answer

Nest your UIView inside a UIWindow and your controls will show up.

All except UIImageViews and images placed inside buttons.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.