在xcode 5.1中设置应用程序图标和启动图像时出错

Ani*_*ish 22 ios7.1 xcode5.1

拖动图像后将其设置为应用程序图标并启动图像,我收到以下错误

Images.xcassets: The app icon set named "AppIcon" did not have any applicable content.

Images.xcassets: The launch image set named "LaunchImage" did not have any applicable content.
Run Code Online (Sandbox Code Playgroud)

小智 63

您的一张图片尺寸可能不对(例如:120x124而不是120x120); 这可能会导致问题.

  • 所以我猜Xcode无法调整图像大小.呵呵. (4认同)