Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

dj2mc

macrumors member
Original poster
Nov 24, 2010
80
0
Ottawa, ON [CAN]


Time for noob question #1. Everytime I open iTunes, this windows pops up and is very annoying. I follow the instructions on what I have to do and it still pops up.
Any ideas? Thank you. :)
 
Yeah I had this for a bit as well. Try turning off your firewall; that did the trick for me.
 
Time for noob question #1. Everytime I open iTunes, this windows pops up and is very annoying. I follow the instructions on what I have to do and it still pops up.
Any ideas? Thank you. :)

OS X should automatically allow iTunes to accept incoming connections, assuming the application is correctly code-signed by Apple (and it should be). You should never see that message at all.

Quit iTunes. Go back to the Firewall pane in System Preferences. Click on Start and re-enable the Firewall. Click on Advanced. Is "Automatically allow signed software to receive incoming connections" checked? If not, check it. Also, is iTunes listed in the box above that? If so, I'd click on it to select that line, and then click the minus sign below the box to delete the iTunes setting. Then click OK and then quit System Preference. Restart iTunes. Does the annoying window still appear?
 
OS X should automatically allow iTunes to accept incoming connections, assuming the application is correctly code-signed by Apple (and it should be). You should never see that message at all.

Quit iTunes. Go back to the Firewall pane in System Preferences. Click on Start and re-enable the Firewall. Click on Advanced. Is "Automatically allow signed software to receive incoming connections" checked? If not, check it. Also, is iTunes listed in the box above that? If so, I'd click on it to select that line, and then click the minus sign below the box to delete the iTunes setting. Then click OK and then quit System Preference. Restart iTunes. Does the annoying window still appear?

Well I tried what you said to see why I was wrong, and yet the message started coming up on iTunes again. It says when turning off firewall that "All incoming connections to this computer are allowed." And it works for my computer.

Is it the "right" way to do it? I don't know. But it works for my iTunes, and I don't mind having my firewall down.

But anyway, dj2mc, if all incoming connections are allowed, I have no idea why the notice still appears.
 
OS X should automatically allow iTunes to accept incoming connections, assuming the application is correctly code-signed by Apple (and it should be). You should never see that message at all.

Quit iTunes. Go back to the Firewall pane in System Preferences. Click on Start and re-enable the Firewall. Click on Advanced. Is "Automatically allow signed software to receive incoming connections" checked? If not, check it. Also, is iTunes listed in the box above that? If so, I'd click on it to select that line, and then click the minus sign below the box to delete the iTunes setting. Then click OK and then quit System Preference. Restart iTunes. Does the annoying window still appear?

Yep, still popping up this message. And the thing is, I've tried everyway possible, re-installed, did other methods from other sites. To be honest I think it may just be my iTunes/Mac. Idk.
 
Open Terminal (in Utilities) and enter

Code:
codesign -vvv /Applications/iTunes.app/

Please post the output.
 
This worked. Thank you so much!

Cheers.

You're welcome, but it was something else you did that worked. (Did you trash your iTunes app and re-download?) The command I suggested was simply to see if there was an code-sign related problem.

I was about to edit my previous post to indicate what the output from the codesign command should be:

Code:
Magpie: ~] codesign -vvv /Applications/iTunes.app/
/Applications/iTunes.app/: valid on disk
/Applications/iTunes.app/: satisfies its Designated Requirement
 
You're welcome, but it was something else you did that worked. (Did you trash your iTunes app and re-download?) The command I suggested was simply to see if there was an code-sign related problem.

I was about to edit my previous post to indicate what the output from the codesign command should be:

Code:
Magpie: ~] codesign -vvv /Applications/iTunes.app/
/Applications/iTunes.app/: valid on disk
/Applications/iTunes.app/: satisfies its Designated Requirement

Yeah it said I had resources missing, so I trashed the iTunes and did a reinstall.
Thank you for the code up top, btw!
 
Is it the "right" way to do it? I don't know. But it works for my iTunes, and I don't mind having my firewall down.

No, it's not right to have to disable your firewall in order to avoid such a warning. You likely have an incorrectly signed iTunes app. It's possible that Apple released something that wasn't correct, as others have had the same problem. I had a similar issue once with Safari, and the problem persisted until Apple fixed the bundle they were distributing.

As I suggested earlier, open Terminal (in Utilities) and enter

Code:
codesign -vvv /Applications/iTunes.app/

If you don't get

Code:
/Applications/iTunes.app/: valid on disk
/Applications/iTunes.app/: satisfies its Designated Requirement

you should trash your iTunes application, empty the trash and download a new copy. Then try again.
 
wondered why that message popped up every time I opened iTunes...
BTW, I get the following....

codesign -vvv /Applications/iTunes.app/

/Applications/iTunes.app/: a sealed resource is missing or invalid
/Applications/iTunes.app/Contents/Resources/English.lproj/AACEncoderConfig.nib/keyedobjects.nib: resource modified
/Applications/iTunes.app/Contents/Resources/English.lproj/AskUser.nib/keyedobjects.nib: resource modified
/Applications/iTunes.app/Contents/Resources/English.lproj/AutofillSettings.nib/keyedobjects.nib: resource modified
/Applications/iTunes.app/Contents/Resources/English.lproj/BurnSettings.nib/keyedobjects.nib: resource modified
/Applications/iTunes.app/Contents/Resources/English.lproj/CDInfo.nib/keyedobjects.nib: resource modified
/Applications/iTunes.app/Contents/Resources/English.lproj/ConvertID3.nib/keyedobjects.nib: resource modified
/Applications/iTunes.app/Contents/Resources/English.lproj/EQPresets.nib/keyedobjects.nib: resource modified
/Applications/iTunes.app/Contents/Resources/English.lproj/ImportSettings.nib/keyedobjects.nib: resource modified
/Applications/iTunes.app/Contents/Resources/English.lproj/iTunesDJSettings.nib/keyedobjects.nib: resource modified
/Applications/iTunes.app/Contents/Resources/English.lproj/MP3EncoderConfig.nib/keyedobjects.nib: resource modified
/Applications/iTunes.app/Contents/Resources/English.lproj/PCMEncoderConfig.nib/keyedobjects.nib: resource modified
/Applications/iTunes.app/Contents/Resources/English.lproj/PodcastSettings.nib/keyedobjects.nib: resource modified
/Applications/iTunes.app/Contents/Resources/English.lproj/PromptForLongString.nib/keyedobjects.nib: resource modified
/Applications/iTunes.app/Contents/Resources/English.lproj/PromptForShortString.nib/keyedobjects.nib: resource modified
 
wondered why that message popped up every time I opened iTunes...
BTW, I get the following....

codesign -vvv /Applications/iTunes.app/

/Applications/iTunes.app/: a sealed resource is missing or invalid
/Applications/iTunes.app/Contents/Resources/English.lproj/AACEncoderConfig.nib/keyedobjects.nib: resource modified
/Applications/iTunes.app/Contents/Resources/English.lproj/AskUser.nib/keyedobjects.nib: resource modified
/Applications/iTunes.app/Contents/Resources/English.lproj/AutofillSettings.nib/keyedobjects.nib: resource modified
/Applications/iTunes.app/Contents/Resources/English.lproj/BurnSettings.nib/keyedobjects.nib: resource modified
/Applications/iTunes.app/Contents/Resources/English.lproj/CDInfo.nib/keyedobjects.nib: resource modified
/Applications/iTunes.app/Contents/Resources/English.lproj/ConvertID3.nib/keyedobjects.nib: resource modified
/Applications/iTunes.app/Contents/Resources/English.lproj/EQPresets.nib/keyedobjects.nib: resource modified
/Applications/iTunes.app/Contents/Resources/English.lproj/ImportSettings.nib/keyedobjects.nib: resource modified
/Applications/iTunes.app/Contents/Resources/English.lproj/iTunesDJSettings.nib/keyedobjects.nib: resource modified
/Applications/iTunes.app/Contents/Resources/English.lproj/MP3EncoderConfig.nib/keyedobjects.nib: resource modified
/Applications/iTunes.app/Contents/Resources/English.lproj/PCMEncoderConfig.nib/keyedobjects.nib: resource modified
/Applications/iTunes.app/Contents/Resources/English.lproj/PodcastSettings.nib/keyedobjects.nib: resource modified
/Applications/iTunes.app/Contents/Resources/English.lproj/PromptForLongString.nib/keyedobjects.nib: resource modified
/Applications/iTunes.app/Contents/Resources/English.lproj/PromptForShortString.nib/keyedobjects.nib: resource modified

Yuck! Trash the app and download a new one.
 
Yuck! Trash the app and download a new one.

Nukemkb, that solves the issue! Mine was the same way, and it is very much worth it to just out the iTunes app in the trash, delete it, and then do a re-install from the net, and then all your library is there still and dont need to worry about losing data. Out of about 20 things I tried, that suggestion was the ONLY one that truly solved it.
 
It's totally odd. I just saw this thread and entered the command in terminal just for the heck of it. I've never had a problem with iTunes, nor does anything pop up when I open it. And I got the same result as you did.


codesign -vvv /Applications/iTunes.app//Applications/iTunes.app/: a sealed resource is missing or invalid
/Applications/iTunes.app/Contents/Resources/English.lproj/AACEncoderConfig.nib/keyedobjects.nib: resource modified
/Applications/iTunes.app/Contents/Resources/English.lproj/AskUser.nib/keyedobjects.nib: resource modified
/Applications/iTunes.app/Contents/Resources/English.lproj/AutofillSettings.nib/keyedobjects.nib: resource modified
/Applications/iTunes.app/Contents/Resources/English.lproj/BurnSettings.nib/keyedobjects.nib: resource modified
/Applications/iTunes.app/Contents/Resources/English.lproj/CDInfo.nib/keyedobjects.nib: resource modified
/Applications/iTunes.app/Contents/Resources/English.lproj/ConvertID3.nib/keyedobjects.nib: resource modified
/Applications/iTunes.app/Contents/Resources/English.lproj/EQPresets.nib/keyedobjects.nib: resource modified
/Applications/iTunes.app/Contents/Resources/English.lproj/ImportSettings.nib/keyedobjects.nib: resource modified
/Applications/iTunes.app/Contents/Resources/English.lproj/iTunesDJSettings.nib/keyedobjects.nib: resource modified
/Applications/iTunes.app/Contents/Resources/English.lproj/MP3EncoderConfig.nib/keyedobjects.nib: resource modified
/Applications/iTunes.app/Contents/Resources/English.lproj/PCMEncoderConfig.nib/keyedobjects.nib: resource modified
/Applications/iTunes.app/Contents/Resources/English.lproj/PodcastSettings.nib/keyedobjects.nib: resource modified
/Applications/iTunes.app/Contents/Resources/English.lproj/PromptForLongString.nib/keyedobjects.nib: resource modified
/Applications/iTunes.app/Contents/Resources/English.lproj/PromptForShortString.nib/keyedobjects.nib: resource modified

So trashing the app and re-downloading doesn't cause you to lose any data?
 
So trashing the app and re-downloading doesn't cause you to lose any data?

No, Sir.. simply trash it (delete), download iTunes again, and voila! Problem solved.
The actual iTunes Library, is saved under "Music". Your app icon is just the execution file, not your physical location of data. So when you trash the app, your simply trashing the "outer shell" of the program, keeping your internal shell still intact.
 
And my iTunes is also performing correctly! Thanks folks!! Who would have thought dumping the app and re-installing would correct the problem? (ok, not me...) Thanks again!! :D


edited to show:

codesign -vvv /Applications/iTunes.app/

/Applications/iTunes.app/: valid on disk
/Applications/iTunes.app/: satisfies its Designated Requirement
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.