dcp
dcp

Reputation: 55424

Xcode 4 iPad simulator - changes not showing

When I run a basic HelloWorld app using iPad simulator, none of my GUI changes are showing up. For example, I added a label and a text field, and when I run using the iPhone 4.3 simulator, I see these changes. However, when I run using the iPad 4.3 simulator, I see the original "My Universal App on IPad" text that was part of the boiler plate xib that XCode generated when I created the project.

What am I doing wrong?

Upvotes: 0

Views: 1329

Answers (2)

dcp
dcp

Reputation: 55424

I tried using a different project type and it seemed to work ok on the iPad simulator. Not sure why though.

Upvotes: 0

John Parker
John Parker

Reputation: 54415

Sometimes there are issues with syncing resources - if you either delete the app from within the simulator, or just do a reset on the simulator all should be well.

If that (or possible a clean and re-build) doesn't sort it, then I suspect the problem lies within the resource handling code itself.

Upvotes: 1

Related Questions