Image Assets catalog doesnt recognise retina 4 photos in xCode5

前端 未结 2 2034
野性不改
野性不改 2020-12-17 20:07

For start what I am trying to do i am not even sure that is possible(looks that is) In the feature of image assets in Xcode you can select for an imageSet to be either Unive

2条回答
  •  执念已碎
    2020-12-17 20:21

    In my experience, this is the case whenever you do not target specifically iOS 7.0 in your Deployment Target as part of your Project/Workspace settings.

    iOS 6.1 targeted - needs iOS 7.0!

    Targeting anything other than 7.0 seems to result in this behavior.

    To clarify: this value essentially specifies the minimum version of iOS that is allowed to run your app. Specifying iOS 7.0 in this field will restrict use of your app/update to ONLY users with iOS 7.0.

提交回复
热议问题