when try send app app store, have error:
when try validate code have success message.
i didn't find file gcmanager.o
in project. checked twice app store provisioning profiles.
i found 2 solution error:
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.
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.