PIE warning on ios target with cocos2d-x 3.0 alpha

Hi guys!

Just remade my project using create tool. and got annoying warning, which i cant understand. Xcode 5, cocos2d-x 3.0 alpha, all project settings untouched:

ld: warning: PIE disabled. Absolute addressing (perhaps mdynamic-no-pic) not allowed in code signed PIE, but used in _jinit_arith_decoder from /Users/user/Library/Developer/Xcode/DerivedData/CrazyFridge-elmxcpstyfqioqhdbwkyybiqbpqk/Build/Products/Debug-iphoneos/libcocos2dx iOS.a. To fix this warning, don’t compile withmdynamic-no-pic or link with ~~Wl,~~no_pie

did anyone encounter that? what does it mean? and how to get rid of it right way, without ruining anything?

I am getting the same issue can anyone help with this?