yeahdongcn / RSBarcodes

1D and 2D barcodes scanner and generators for iOS7 with delightful controls.
MIT License
383 stars 59 forks source link

App freezes on iOS 8 when using the generator #18

Closed guilhermearaujo closed 9 years ago

guilhermearaujo commented 9 years ago

I am trying to use the barcode generator on iOS 8, but when I perform the segue to show a view which contains a RSCodeView, the app freezes. This happens on both device (iPhone 5) and simulator.

I couldn't get any message from the debugger, the app simply freezes

I'm using version 0.1 from CocoaPods.

yeahdongcn commented 9 years ago

Investigating now.

yeahdongcn commented 9 years ago

https://github.com/yeahdongcn/RSBarcodes/blob/master/AppFreezes.zip I've created a test project for this problem but it works as expected on my side, would you mind trying this?

guilhermearaujo commented 9 years ago

I've tested your project and indeed it works. I didn't see any difference in my code, but when I removed the barcode, it didn't freeze. I'll keep investigating it.

guilhermearaujo commented 9 years ago

I've done and undone a lot of edits in my app, cleaned the project a few times, and it turns out it does work, but I really couldn't determine what caused it to freeze. Maybe the cleaning was what helped, but I can't say for sure. Not a bug then!

yeahdongcn commented 9 years ago

Close this for now.