AsyncDisplayKit / Texture 给了我很多错误。在 Xcode 8.2.1 中使用 v2.3.2 的 Texture。它在执行“pod install”或“pod update”并打开工作区后立即给我这个错误。
_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:'
知道这可能是什么原因吗?