0

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:'

知道这可能是什么原因吗?

4

1 回答 1

0

在为纹理切换 asyncdisplaykit 后处理类似问题,我一直在将现在未声明的标识符与纹理 pod 中具有相似名称/参数返回的函数进行匹配。

于 2017-09-26T20:29:33.603 回答