App passes validation
On upload getting error Error itms-90035
\"Invalid Signature. Code object is not signed at all. The bi
I have tried all the solution which described on Stackoverflow. I have also tried also all possibilities as said by thebhanman in first answer but didn't solved problem.
Solution worked for me :- [Upload with Application Loader]
Don't make .ipa with doing extra process like with Terminal or Itunes etc. make .ipa with xcode in export option and it worked for me.
Step 1 :- Go to Product Archive App in xcode
Step 2 :- select export option
Step 3 :- Select 1st option //-> Save for iosappstore deployment
Step 4 :- Xcode will make .ipa file of your application with date and time folder.
Note :- First Validate your app. If validation successfully done then try this with Application Loader.
I hope this will helpful for some one in future. because i waste 2 days to solve this problem.