hansemannn / titanium-image-crop

An easy to use iOS image cropping tool based on TOCropViewController.
MIT License
40 stars 5 forks source link

App with example crashes #6

Open Max87ZA opened 2 years ago

Max87ZA commented 2 years ago

Hello Hans, I'm trying newest version and it keeps crashing when I'm using example code(so using example.jpg as image), without any log message. I can however use it using file handler and it works almost perfect. For first time run, it cropps as expected. for second time, done event is called twice, for third run, callback is called three times and so on. I cleanup my controller after window closes, no difference. Please help. Tested with Ti SDK 10.1.0.GA, iPhone 11 Pro@15.4.1

hansemannn commented 2 years ago

Hi there! Can you please build from source? I might not have updated the Releases tab with the latest changes!

Max87ZA commented 2 years ago

I use version 2.0.3 from iphone/dist folder(which is newer than in Release tab). Is there any changes which are not included in this version? Thanks