Jozey
Jozey

Reputation: 1740

Apple Watch Simulator Not Showing Images

I'm trying to show images but the simulator won't load any images at all. It just shows a blank space where they're supposed to be. Yes, the targets are all correct and have been put also for watch targets. I've restarted this several times and no images work at all.

I have already selected the copies and targets when moving files into the project.

I have already checked my build phases/settings and the images folder is there.

I have tried resetting the program, resetting the iOS simulator, reset my computer, installed ALL updates, and everything is up to date but still no images are showing. What am I missing?

At this point, there is no code, just the user interface.

Images Not Showing

I did read that someone somewhere mentioned that make sure the selected image has the targets selected... except targets do NOT show up on images.

No Image Target

Upvotes: 1

Views: 1153

Answers (2)

zisoft
zisoft

Reputation: 23078

The Target Membership area in InterfaceBuilder is not available for contents in folder references.

Folders added as reference are displayed in blue in Xcode.

Make sure the Create folder references is NOT checked when adding the folder to the project.

enter image description here

Then see this answer: Apple Watch Images not showing on simulator

Upvotes: 1

EnriMR
EnriMR

Reputation: 3970

You have added a full directory. I'm not sure but I think there is a bug with new version of XCode. Do that:

  1. Create a group in XCode
  2. Add to this group all images you want to use
  3. Add all images to your "Gold Hits WatchKit App" target

This should be fix your problem ;)

Upvotes: 0

Related Questions