Apportable with Spritekit

android, apportable, ios7, objective-c, sprite-kit

Solution

Apportable supports Sprite Kit. But at the time of writing (Feb 2014) it does not yet support physics. You'll have to refrain from referencing/using any SKPhysics* class for now.

UPDATE June 2014:

Apportable no longer supports Sprite Kit, current efforts are concentrated on improving cocos2d-iphone / cocos2d-swift and its "apportability".

Problem

I'm trying to port a project that uses SpriteKit and I'm having problem with these classes: ``` SKPhysicsBody L_OBJC_CLASSLIST_REFERENCES_$_63: error: undefined reference to 'OBJC_CLASS_$_SKPhysicsBody' scons: building terminated because of errors. ``` Does Apportable supports SpriteKit? What should I do?

Original source