stormlion227 / ImageCropper.Forms

Xamarin.Forms plugin to crop and rotate photos.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

iOS image assets don't compile

WouterStraver opened this issue · comments

Hi,

The plugin is working great but the first time I build the project in iOS the images aren't compiled. The second try the images will compile but never on a fresh install. This is a problem for me because I want to use continuous build integration.

Do you have any idea what the problem could be?

I reproduced the issue with your sample, it's working with resources but not with Assets.xaccets folder

Hello.

I don't have time these days.
When I have, I'll fix it.

Thanks.

Thanks for the quick reply,
when you have time here is a git repo to reproduce the issue. https://github.com/WouterStraver/cropperbug

Hello @stormlion227

I have used you plugin for my xamarin forms project. It was working in android but not working in IOS. Camera is working but after that cropping window is not showing. And It is not showing any error. Please help me out.