Plugin-x sample compile error

Hi, recently i began use xCode (release 5.0) with cocos2dx v3 version. I try to compile plugin-x sample cocos2d-fleder/plugin/samples/HelloPlugins/proj.ios/HelloPlugins.xcodeproj, but i’ve got a link errors.

Check the LIBRARY_SEARCH_PATHS setting in your project folder and set it to the path where the plugin libs are build/stored. It is not set.

Either link it yourself or drag the plugins and protocols into your project as Groups. (just remove references to android/android.proj).
Protip: They’re not linked on the Android side automatically either.