nguyenphan

Results 4 comments of nguyenphan

Instead of this `CGDataProviderRef provider = CGDataProviderCreateWithData(config, data, config->options.scaled_width * config->options.scaled_height * 4, free_image_data);` it should be like this `CGDataProviderRef provider = CGDataProviderCreateWithData(config, data, width * height * 4, free_image_data);`...

You should not use this plugin in Xcode 6 Yosemite (the newest OS X), because it will crash Xcode everytime you try to open any popover in xcode. Pretty annoying...

The plug-in works fine on Xcode 6 running on Maverick. But will crash XCode 5 or 6 running Yosemite.

I don't think it has anything to do with the image upload though. I used the GUI to test and did not provide any image in testing the step. Just...