Mac os help browser fails requiring internet connection - Stack Overflow most recent 30 from stackoverflow.com2009-12-18T21:09:07Zhttp://stackoverflow.com/feeds/question/675129http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/675129/mac-os-help-browser-fails-requiring-internet-connection0Mac os help browser fails requiring internet connectionPierreBdR2009-03-23T20:36:16Z2009-03-23T21:46:52Z
<p>I am developing an application for Mac OS X (I am new to that kind of things) and I want to include online help. The help is generated using doxygen and the help index generated using Help Indexer. I changed the Info.plist to point to the documentation, but when I try to access it, I get the following error:</p>
<blockquote>
<p>Internet connection required.</p>
<p>The help topic you’re opening requires an Internet connection.
Choose Apple > System Preferences, and
then click Network to check your
network settings and, if necessary,
connect to the Internet.</p>
</blockquote>
<p>Obviously, the computer I develop on has internet access that works, but more importantly, I would like to know why I need Internet while the help is on the drive (there are some links to internet in the help though). And also, why doesn't the browser see the existing internet connection?</p>
http://stackoverflow.com/questions/675129/mac-os-help-browser-fails-requiring-internet-connection/675360#6753601Answer by sgiese for Mac os help browser fails requiring internet connectionsgiese2009-03-23T21:46:52Z2009-03-23T21:46:52Z<p>I ran into this problem recently. I had some temporary links which went to pages I hadn't yet created. The problem was that Apple Help Viewer couldn't find a local copy of the linked pages. The Error message went away after I created the pages. IIRC my actual problem was an img tag for an image I had not yet created.</p>