ScrollingStackContainer icon indicating copy to clipboard operation
ScrollingStackContainer copied to clipboard

+[CATransaction synchronize] called within transaction

Open Paul-Ollivier opened this issue 7 years ago • 4 comments

Hi,

I've got :

ScrollingStackContainerExample[1851:635284] +[CATransaction synchronize] called within transaction

when running. I can't find any overlapping animation on main thread in the code, am I missing something?

Thanks!

Paul-Ollivier avatar Apr 05 '18 07:04 Paul-Ollivier

Same issue, also getting black screen. I am using XCode 9.2, Swift 4. black_screen

coldmachine avatar May 12 '18 03:05 coldmachine

Getting the same error message and black screen on Xcode 9.3, Swift 4

milani78 avatar Jul 27 '18 15:07 milani78

Set the Main Interface in General->Deployment Info to Main.storyboard to fix the black screen. I also had to change the Example target Bundle Identifier so that it did not clash with the library bundle identifier. This does not fix the CATransaction warning but the app runs.

robovinnie avatar Aug 05 '18 20:08 robovinnie

I did the above step, but it didn't solve my problem. Getting same issue still.

amit-k-gupta avatar Oct 02 '18 09:10 amit-k-gupta