Can't WebBrowserComponent on Mac display properly?

webBrowser =new WebBrowserComponent();
addAndMakeVisible(webBrowser);
webBrowser->setBounds(0,0,400,300);
webBrowser->goToURL(“http://nammick.com”);

When running the demo in xcode, it will prompt whether to allow access to local folders. When running the plugin on protools or reactor, the page will not display anything, so may it be an access permission issue?