我正在使用SpriteKit并需要在ViewController.m中调用MyScene.m中的方法我已经使用该方法设置了接口,并在ViewController接口中创建了一个MyScene对象。问题是我收到以下错误:
Terminating app due to uncaught exception 'NSUnknownKeyException', reason:
'[<ViewController 0x9e3d5b0> setValue:forUndefinedKey:]:
this class is not key value coding-compliant for the key SwipeLeftRight.'
我觉得我必须错过一些简单的东西,但我不会看到它。请帮忙!