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

谁说胖子不能爱 提交于 2019-12-20 03:39:28

问题


When I try to send my app to the App Store, I have this error:

When I try to validate my code I have a success message.

I didn't find the file GCManager.o in my project. I checked twice all App Store provisioning profiles.


回答1:


I found two solution for this error:

  1. In XCode, go to the "Build Phases" tab of the Project settings. Click on "Copy Bundle Resources". Look for any files named "upload-dsym.sh" and remove them. Clean and Build. Without the unsigned third party upload-dsym.sh files in your bundle, it is able to be uploaded properly.

  2. In XCode, go to the "Build Phases" tab of the Project settings. Click on "Copy Bundle Resources" check that there should not any code file like .h or .m file. This solution works for me.



来源:https://stackoverflow.com/questions/29906564/xcode-error-itms-90035-invalid-signature-for-gcmanager-o

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!