XCode 错误 itms-90035 - GCManager.o 的签名无效 [英] XCode Error itms-90035 - Invalid signature for GCManager.o

查看:49
本文介绍了XCode 错误 itms-90035 - GCManager.o 的签名无效的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

当我尝试将我的应用发送到 App Store 时,出现此错误:

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.

我在我的项目中没有找到文件 GCManager.o.我检查了两次所有 App Store 配置文件.

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

推荐答案

我找到了两个解决这个错误的方法:

I found two solution for this error:

  1. 在 XCode 中,转到项目设置的构建阶段"选项卡.单击复制捆绑资源".查找任何名为upload-dsym.sh"的文件并将其删除.清洁和建造.如果您的捆绑包中没有未签名的第三方 upload-dsym.sh 文件,则可以正确上传.

  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.

在 XCode 中,转到项目设置的构建阶段"选项卡.单击复制捆绑资源",检查是否不应有任何代码文件,例如 .h 或 .m 文件.这个解决方案对我有用.

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.

这篇关于XCode 错误 itms-90035 - GCManager.o 的签名无效的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆