rickytan / RTImageAssets

A Xcode plugin to automatically generate 2x, 1x image from 3x image for you, or upscale to 3x from 2x
MIT License
2.46k stars 334 forks source link

Cannot work in xcode 7.2 #77

Closed wangyouan closed 8 years ago

wangyouan commented 8 years ago

I updated to xcode 7.2 today, then I cannot find this button image

stefanomondino commented 8 years ago

me neither

beiliubei commented 8 years ago

+1

cyqluowang commented 8 years ago

+1

CtrlJone commented 8 years ago

+1

mewehk commented 8 years ago

+1

balkarov commented 8 years ago

1) Download RTImageAssets zip from github 2) Open info.plist 3) add new string item F41BD31E-2683-44B8-AE7F-5F09E919790E to DVTPlugInCompatibilityUUIDs 4) Save info.plist . Open RTImageAssets.xcodeproj and run 5) Restart xcode -> load bundles

wanghaolyj commented 8 years ago

+1

NSDeveloper commented 8 years ago

Cannot work in Xcode xxx problem,see this : http://stackoverflow.com/questions/30361228/

beiliubei commented 8 years ago

@balkarov work fine

Ged2323 commented 8 years ago
screen shot 2015-12-12 at 9 16 59 am

I added : 3) add new string item F41BD31E-2683-44B8-AE7F-5F09E919790E to DVTPlugInCompatibilityUUIDs

and followed the steps. The menu item is showing up but it's not creating the new images.

Tested on Xcode: Version 7.1 (7B91b)

Just discovered that if you create a 1024 image and use the AppIcons and generate: screen shot 2015-12-12 at 9 23 37 am Then it will create all the app icons.

Will also work with Image but not with LaunchImage. screen shot 2015-12-12 at 9 27 58 am

balkarov commented 8 years ago

A Xcode plugin to automatically generate @2x, @1x image from @3x image for you, or upscale to @3x from @2x.

Plugin not work with launchimage.

Ged2323 commented 8 years ago

Ok so it seems to be fully working.

On 12 Dec 2015, at 4:24 PM, Ruslan Balkarov notifications@github.com wrote:

A Xcode plugin to automatically generate @2x, @1x image from @3x image for you, or upscale to @3x from @2x.

Plugin not work with launchimage.

— Reply to this email directly or view it on GitHub.

rickytan commented 8 years ago

Thanks, @NSDeveloper :+1:

rickytan commented 8 years ago

For lauchimage, please see #76 @balkarov

rickytan commented 8 years ago

updated