Reciever SKViaPoint for class message is a forward declaration
问题 I was trying to make an instance of SKViaPoint with SKViaPoint *point = [SKViaPoint viaPoint:1 withCoordinate:coordinate]; But I am getting a following error: So "No known class method for selector". I checked and I do have the latest version of Skobbler SDK, but I also checked and there is no actual ViaPoint.h. Not in mine neither in the Demo project. So Im wondering is there anything else I should import in order to be able to make SKViaPoint instance? 回答1: Ok, what solved it was importing