Cocos2d::experimental : No member named ui

When I add a WebView variable I get an error :
No member named ui in namespace cocos2d::experimental; did you mean simply ui ?

Tried to include “ui/UIWebView.h” but didn’t work.

Clicking on experimental with holding cmd button opens the CCFastTMXTiledMap.h.

What is the proper way of declaring a WebView variable ?

I realized that I was trying to build for Mac and WebView is only available on Android/iOS. Changing the active scheme to iOS fixed the problem.

can you explain more about solution, i meet the same problem

can you explain more about solution, i meet the same problem