AsyncDisplayKit / Texture is giving me a lot of errors. Using v2.3.2 of Texture in Xcode 8.2.1. It gives me this error right after doing 'pod install' or 'pod update' and opening the workspace.
_ASDisplayView.mm:243:26: No visible @interface for 'ASDisplayNode' declares the selector 'nodeViewDidAddGestureRecognizer'
ASDisplayNode.mm:661:3: Use of undeclared identifier 'ASDisplayNodeAssertLockUnownedByCurrentThread'
ASDisplayNode.mm:844:41: No member named 'viewEverHadAGestureRecognizerAttached' in 'ASDisplayNodeFlags'
ASDisplayNode.mm:874:10: No member named 'viewEverHadAGestureRecognizerAttached' in 'ASDisplayNodeFlags'
ASDisplayNode.mm:1006:3: Use of undeclared identifier 'ASDisplayNodeAssertLockUnownedByCurrentThread'
ASDisplayNode.mm:1153:3: Use of undeclared identifier 'ASDisplayNodeAssertLockUnownedByCurrentThread'
ASDisplayNode.mm:1377:3: Use of undeclared identifier 'ASDisplayNodeAssertLockUnownedByCurrentThread'
ASDisplayNode.mm:1407:3: Use of undeclared identifier 'ASDisplayNodeAssertLockUnownedByCurrentThread'
ASDisplayNode.mm:1436:3: Use of undeclared identifier 'ASDisplayNodeAssertLockUnownedByCurrentThread'
ASDisplayNode.mm:1450:28: No visible @interface for 'ASLayout' declares the selector 'frameForElement:'
ASDisplayNode.mm:2094:60: No visible @interface for 'ASRunLoopQueue<ASDisplayNode *>' declares the selector 'initWithRunLoop:retainObjects:handler:'
Any idea what could be the cause of this?