javierrunning / react-native-cloudinary

MIT License
7 stars 8 forks source link

Issue when uploading binary: Invalid Signature. Code object is not signed at all Cloudinary.framework/GenerateCLDCryptoModule #6

Open kyle-ssg opened 7 years ago

kyle-ssg commented 7 years ago

ERROR ITMS-90035: "Invalid Signature. Code object is not signed at all. The file at path [AccaApp.app/Frameworks/Cloudinary.framework/GenerateCLDCryptoModule] 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" ERROR ITMS-90035: "Invalid Signature. Code object is not signed at all. The file at path [AccaApp.app/Frameworks/Cloudinary.framework/GenerateCLDCryptoModule] 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"

edit: I got around this eventually by deleting GenerateCLDCryptoModule. Not really sure of the root issue, ios codesigning is baffling.

mchandleraz commented 6 years ago

Hey @kyle-ssg, how exactly did you remove GenerateCLDCryptoModule? When I deleted the directory, my project wouldn't archive any more.

noumantahir commented 6 years ago

having this same weird issue, tried a few signing certificates but no luck...any help here...?

noumantahir commented 6 years ago

@mchandleraz removing GenerateCLDCryptoModule does fix the problem...do not remove directory and neither the .swift file...just remove separate GenerateCLDCryptoModule inside folder.