ios - XCode Error itms-90035 - Invalid signature for GCManager.o -


when try send app app store, have error:

img file

when try validate code have success message.

img file

i didn't find file gcmanager.o in project. checked twice app store provisioning profiles.

i found 2 solution error:

  1. in xcode, go "build phases" tab of project settings. click on "copy bundle resources". files named "upload-dsym.sh" , remove them. clean , build. without unsigned third party upload-dsym.sh files in bundle, able uploaded properly.

  2. in xcode, go "build phases" tab of project settings. click on "copy bundle resources" check there should not code file .h or .m file. solution works me.