FAPanels icon indicating copy to clipboard operation
FAPanels copied to clipboard

FAPanels Crash *Shuffled()*

Open PGandhi30 opened this issue 4 years ago • 7 comments

Application crashed due to shuffled function in boxFade and dumpFall animation.

Generate Error: Multipleclick on table view row. It is increasing UIImageview in an array and it will generate a crash.

TtGCs23_ContiguousArrayStorageCSo11UIImageView$ shuffled array

PGandhi30 avatar Oct 11 '19 13:10 PGandhi30

@PGandhi30 Can you share more details about crash?

How did you generate it?

fahidattique55 avatar Oct 16 '19 09:10 fahidattique55

@fahidattique55 On my side, the "sync data" option available which is an open panel and not a close panel, until then "sync data" option is not completed working at that time multiple clicks on the panel it will crash an app. Duration Open panel: 4 Sec

PGandhi30 avatar Oct 16 '19 12:10 PGandhi30

@PGandhi30

Thanks for sharing details, I was busy in some other work. I'll look into these soon.

fahidattique55 avatar Nov 08 '19 09:11 fahidattique55

Hello there

I am also having same issue of crash and i fixed it by changing following thing

Pods - FPanelConfigurations -> change animation from boxType to anyOther i did following open var centerPanelTransitionType : FAPanelTransitionType = .crossDissolve

This fix my issue

After apply pods changes please apply clean-build and then run to reflect your changes

Annyjain29 avatar Feb 17 '20 11:02 Annyjain29

@Annyjain29 would you like to make a pull request for this fix?

fahidattique55 avatar Feb 25 '20 06:02 fahidattique55

@fahidattique55 can you please try to fix this Issue. many user have reported it. Bildschirmfoto 2020-06-04 um 13 29 00 Bildschirmfoto 2020-06-04 um 13 30 00

oussa005 avatar Jun 04 '20 12:06 oussa005

I figure out how to fix it: just add Gameplay.framework to your project targets

Screenshot 2020-07-07 at 11 14 04

soiferman avatar Jul 07 '20 08:07 soiferman