Invalid Signature. A sealed resource is missing or invalid. - Case sensitivity problem

Hi there,

We are having a very interesting problem, we have an hosted plugin with “resources” folder. This works perfectly  with local device installs etc.

Whenever we try to use Application Loader we got this error;

[lua]

ERROR ITMS-90035: “Invalid Signature. A sealed resource is missing or invalid. The file at path [****.app/****] is not properly signed. Make sure you have signed your application with a distribution certificate, not an ad hoc certificate or a development certificate. Verify that the code signing settings in Xcode are correct at the target level (which override any values at the project level). Additionally, make sure the bundle you are uploading was built using a Release target in Xcode, not a Simulator target. If you are certain your code signing settings are correct, choose “Clean All” in Xcode, delete the “build” directory in the Finder, and rebuild your release target. For more information, please consult https://developer.apple.com/library/ios/documentation/Security/Conceptual/CodeSigningGuide/Introduction/Introduction.html

[/lua]

When we try to see the problem detail with “Rb App Checker” we found that resources seems to missing which are there. 

To fix the problem we tried to rename folder to “Resources” just change the fist letter to capital “R” which seems to be working perfect for Application Loader and Rb App Checker however plugin doe not work.

I am suspecting a server side compile time issue with case sensitivity here.

Could someone please help?

P.S. Native compile seems to be working fine!

Thanks

Bulent