After upgrading to the Tizen SDK 2.2.1, I am running into the same issue as mentioned in the following thread:
An application built and packaged with SDK 2.2.1 fails a Security Test when submitted to the Tizen Store. The application, built with SDK 2.2.0, previously passed App Store validation.
[Defect] Application package has failed the integrity test. "File exist and hash not found. - .manifest.tmp"
1.) The .manifest.tmp is NOT a part of the application and is NOT included in the project.
2.) The .manifest.tmp is created by the Tizen IDE AUTOMATICALLY in the <project>/.sign/ directory.
3.) If the .manifest.tmp file is deleted manually, it is re-created BY THE TIZEN IDE during the Build Package >> TPK command (with the same timestamp as <project>/.sign/author-signature.xml and <project>/.sign/signature1.xml).
4.) The .manifest.tmp is added to an application TPK package by the Tizen IDE automatically.
I setup a new, clean Ubuntu 12.04 environment with Tizen SDK 2.2.1, but the problem persists.
Suggestions?
Gary