vote up 0 vote down star

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.

flag

68% accept rate

1 Answer

vote up 0 vote down

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

All except UIImageViews and images placed inside buttons.

link|flag

Your Answer

Get an OpenID
or

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