Ross Johnson

Results 4 comments of Ross Johnson

I'm also struggling with this issue, on an intel mac and on Github actions which also use an intel mac

@ansarikhurshid786 I managed to solve it yesterday, I had changed the platform target in my podfile from 10 to 11 but there were still references to 10 in xcode. changed...

@sheriffmarley, check in xcode under Target > deployment info

> I too have this kind of issue. I have 200 items, with initial items of 10. > But if I try to snapToItem(50), the 51st item is not yet...