Mac os help browser fails requiring internet connection - Stack Overflow most recent 30 from stackoverflow.com 2009-12-18T21:09:07Z http://stackoverflow.com/feeds/question/675129 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/675129/mac-os-help-browser-fails-requiring-internet-connection 0 Mac os help browser fails requiring internet connection PierreBdR 2009-03-23T20:36:16Z 2009-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#675360 1 Answer by sgiese for Mac os help browser fails requiring internet connection sgiese 2009-03-23T21:46:52Z 2009-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>