Apple Event: May 7th at 7 am PT

Looks like no one’s replied in a while. To start the conversation again, simply ask a new question.

keeps asking to accept incoming network connections for iTunes

Why does OS X keep asking if I want the new iTunes to accept incoming network connections on every iTunes launch?


1. It appears in the firewall, and is green lighted to accept incoming network connections.

2. I have the checkbox to automatically allow signed software to accept connections.

3. I have repaired permissions.

4. I have re-downloaded and reinstalled the application.

5. I am running the latest version of OS X with all updates installed.


This should not be happening.

MacBook Pro (15-inch Early 2011), OS X Mountain Lion (10.8.2)

Posted on Nov 30, 2012 6:16 AM

Reply
16 replies

May 8, 2015 2:39 AM in response to StephenFarrington

Thanks StephenFarrington. My feedback is as follows and is relevant to anyone having a problem with Code Signing Microsoft Entourage 2008.


Deleting firewall setting, cache files, etc. had no effect for me - the Code Signing step was necessary to stop the 'allow/deny' firewall message on opening Office 2008 apps.


Use of Terminal (and repeated for Word.app and PowerPoint.app):

>sudo codesign --force --sign - /Applications/Microsoft\ Office\ 2008/Microsoft\ Excel.app

solved the problem for these apps but Entourage took an extra step.

On trying:

sudo codesign --force --sign - /Applications/Microsoft\ Office\ 2008/Microsoft\ Entourage.app

Terminal's response was:

/Applications/Microsoft Office 2008/Microsoft Entourage.app: code object is not signed at all In subcomponent: /Applications/Microsoft Office 2008/Microsoft Entourage.app/Contents/Library/Spotlight/Microsoft Entourage.mdimporter

Apparently you can not sign an app if any nested bundle in that package is unsigned. Nested bundles are typically things like helper executables, plug-ins, etc. So in the case above Microsoft Entourage.mdimporter is one of those nested bundles. To get around this problem you need to perform an extra step to sign the nested bundle first, then the app.

>sudo codesign --force --sign - /Applications/Microsoft\ Office\ 2008/Microsoft\ Entourage.app/Contents/Library/Spotlight/Microsoft\ Entourage.mdimporter

and then:

>sudo codesign --force --sign - /Applications/Microsoft\ Office\ 2008/Microsoft\ Entourage.app

That did it for me. Note that you may have to delete the current firewall setting for the Office apps and then restart each app to establish the new rules but after that they should work without giving you the 'allow/deny' firewall message.

keeps asking to accept incoming network connections for iTunes

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple ID.