I create an SKSpriteNode in didBeginContact method with location of contact:
SKSpriteNode
didBeginContact
CommonBox *boxTwo = [[CommonBox alloc] initWithTexture
I found out my mistake - you have to create physics body after you set node position. Setting position after physics body has position doesn't do anything.