Im working with the Platform kit and trying to import the tile images that are labeled @2x. When I do Xcode just crashes, but if I rename them with @1x they import just fine but are huge compared to what they are in the videos.
Whats going on?
They are probably getting doubled in size because you’ve only got the 1x images trying to fill a 2x space.
Can you import in the 1x sizes, then manually drag and drop the other images into the 2x slots? Its hard to say what could be causing that crash. Maybe spaces in the file name. Maybe a slightly different naming than the 1x images.
I’d try to debug that before worrying about the size issue.