+[CATransaction synchronize] called within transaction
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!
Same issue, also getting black screen. I am using XCode 9.2, Swift 4.

Getting the same error message and black screen on Xcode 9.3, Swift 4
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.
I did the above step, but it didn't solve my problem. Getting same issue still.